Jump to content

How to align everything to left on mobile 7.0

Recommended Posts

  • Replies 4
  • Views 704
  • Created
  • Last Reply
19 hours ago, tuanphan said:

You mean button on homepage?

Add to Design > custom CSS


@media screen and (max-width:767px) {
div#block-yui_3_17_2_1_1603876085960_23520 {
    float: left;
}
}

 

Yes yes. That worked. Thank you. But I have more pages like this. Shall I do the same code for other pages? Screenshot in the attachment. 

I have a similar code for the footer. That aligns left to all pages. 

/* Align footr mobile */
@media screen and (max-width:640px) {
div#footerBlocksBottom * {
    text-align: left !important;
}

AD7BA909-3FF2-421E-AAD9-9EB9C67EE553_1_201_a.jpeg

89AB1ABE-8ACC-45E3-8D2B-36502FED3989_1_201_a.jpeg

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.