dunnard Posted July 1, 2021 Share Posted July 1, 2021 Site URL: https://tambourine-oarfish-c28h.squarespace.com/ Looking to change the order of cart and button elements in the header so that the cart is on the far right. Mockup of desired outcome below. Any help is greatly appreciated! Password: Bestcannoli2021! Link to comment
0 Wolfsilon Posted July 1, 2021 Share Posted July 1, 2021 Hello, To switch the order of these buttons you can use Custom CSS. The following code should solve your problem. .header-actions--right { flex-direction: row-reverse; } Hope that this helps! -Dan dunnard 1 Link to comment
Question
dunnard
Site URL: https://tambourine-oarfish-c28h.squarespace.com/
Looking to change the order of cart and button elements in the header so that the cart is on the far right.
Mockup of desired outcome below. Any help is greatly appreciated!
Password: Bestcannoli2021!
Link to comment
Top Posters For This Question
1
1
Popular Days
Jul 1
2
Top Posters For This Question
Wolfsilon 1 post
dunnard 1 post
Popular Days
Jul 1 2021
2 posts
Popular Posts
Wolfsilon
Hello, To switch the order of these buttons you can use Custom CSS. The following code should solve your problem. .header-actions--right { flex-direction: row-reverse; } Hope that this help
Posted Images
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment