dunnard Posted July 1, 2021 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!
Wolfsilon Posted July 1, 2021 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.