terrymcdonaldd Posted May 29, 2020 Share Posted May 29, 2020 Site URL: http://www.exceedfootwear.com Hi, I am looking to move the position of the cart on my website, most importantly the positioning when seen on mobiles. It currently lies behind the cookie banner if the user does not X it. How can I move the cart to show at top right but still on screen. The current template Horizon does not let me change properties of cart apart from colour. Thanks Link to comment
Solution paul2009 Posted May 29, 2020 Solution Share Posted May 29, 2020 The Horizon template (part of the Pacific-family) is comparatively old and doesn't have built-in options for cart positioning like the newer Brine-family templates. However, you should be able to reposition the mobile cart by adding this to Design > Custom CSS: @media only screen and (max-width: 768px) { .custom-cart { top:0!important; bottom: auto!important; } } Let me know how you get on. -Paul tuanphan 1 Improve your online store with our extensions.About: Squarespace Circle Leader since 2017. I value honesty, transparency, appreciation and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links.Catch up on all the release notes and announcements 2023 [for Circle members only] (there's a public version here)Buy me a coffee Link to comment
terrymcdonaldd Posted May 31, 2020 Author Share Posted May 31, 2020 Thank you @paul2009 working perfectly ! 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