Jump to content

Sign in Link Is Still On The Right Side Instead of Being On the Left.

Go to solution Solved by tuanphan,

Recommended Posts

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

  • Solution
On 11/19/2020 at 2:38 AM, inunzi said:

Yes thank you! My url is https://inunzi.squarespace.com/config

Add to Home > Design > Custom CSS

@media screen and (max-width:767px) {
.header-actions.header-actions--right {
    flex-direction: row-reverse;
}
}

 

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
On 11/21/2020 at 8:09 PM, tuanphan said:

Add to Home > Design > Custom CSS


@media screen and (max-width:767px) {
.header-actions.header-actions--right {
    flex-direction: row-reverse;
}
}

 

Thank you sm! But there’s a problem :(. It’s messing up my pages size, is there a way to fix this ? Thanks 🙂

49EEC894-F802-4FD2-99B1-8183FF9E3173.png

Link to comment
11 hours ago, inunzi said:

Thank you sm! But there’s a problem :(. It’s messing up my pages size, is there a way to fix this ? Thanks 🙂

49EEC894-F802-4FD2-99B1-8183FF9E3173.png

Add this CSS to move left icons

@media screen and (max-width:767px) {
.header-actions.header-actions--right {
    justify-content: flex-start !important;
    margin-left: -20px;
}
}

 

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
6 hours ago, tuanphan said:

Add this CSS to move left icons



@media screen and (max-width:767px) {
.header-actions.header-actions--right {
    justify-content: flex-start !important;
    margin-left: -20px;
}
}

 

Thank you so much!!!! 😁 it works perfectly!

Edited by inunzi
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.