ivanmatos21 Posted October 30, 2023 Share Posted October 30, 2023 In here is a screenshot of what my header looks like, I the language switcher element to be in the left side of Login, and no the right side. Link to comment
Ziggy Posted October 30, 2023 Share Posted October 30, 2023 Can you share your website URL? ivanmatos21 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
ivanmatos21 Posted October 30, 2023 Author Share Posted October 30, 2023 3 hours ago, Ziggy said: Can you share your website URL? Here it is: www.thegivingbackstore.com By the way thank you so much for your help! Link to comment
Solution SaranyaDesigns Posted October 30, 2023 Solution Share Posted October 30, 2023 (edited) Try adding this to custom CSS: .header-actions .language-picker { order: 1; } .header-actions .user-accounts-link { order: 2; } .header-actions .showOnDesktop { order: 3; } You should check the order in mobile is still the way you want it after you apply this as well, otherwise you may want to add @media (min-width) parameters as well. Edited October 30, 2023 by SaranyaDesigns tuanphan 1 Link to comment
ivanmatos21 Posted October 30, 2023 Author Share Posted October 30, 2023 27 minutes ago, SaranyaDesigns said: Try adding this to custom CSS: .header-actions .language-picker { order: 1; } .header-actions .user-accounts-link { order: 2; } .header-actions .showOnDesktop { order: 3; } You should check the order in mobile is still the way you want it after you apply this as well, otherwise you may want to add @media (min-width) parameters as well. Thank you so much, it worked! 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