inunzi Posted November 17, 2020 Share Posted November 17, 2020 Hello , I really would like my customer sign-in link, to be aligned to the left of my bag instead of the right. I added a picture below so you can get a better picture on what I want it to look like 👍. @tuanphan Link to comment
tuanphan Posted November 18, 2020 Share Posted November 18, 2020 Can you share site url? We can check easier 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
inunzi Posted November 18, 2020 Author Share Posted November 18, 2020 10 hours ago, tuanphan said: Can you share site url? We can check easier Yes thank you! My url is https://inunzi.squarespace.com/config Link to comment
Solution tuanphan Posted November 22, 2020 Solution Share Posted November 22, 2020 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
inunzi Posted November 23, 2020 Author Share Posted November 23, 2020 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 🙂. Link to comment
tuanphan Posted November 23, 2020 Share Posted November 23, 2020 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 🙂. 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
inunzi Posted November 23, 2020 Author Share Posted November 23, 2020 (edited) 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 November 23, 2020 by inunzi Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment