Jump to content

How to align everything to left on mobile 7.0

Go to solution Solved by tuanphan,

Recommended Posts

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;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment
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
  • Solution

Try adding this to Design > custom CSS

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

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.