rodri333 Posted October 14, 2021 Share Posted October 14, 2021 Site URL: https://puppyprogram.can-do-canines.org/fall-merch I'm trying to move the cart popup to the top of my mobile pages because it is currently hidden underneath a widget on our page. Any help is greatly appreciated. @tuanphan any recommendations? Link to comment
rodri333 Posted October 14, 2021 Author Share Posted October 14, 2021 I used this code and it worked. /*move cart to top on mobile*/ @media only screen and (max-width:768px) { div.sqs-pill-shopping-cart { top: 10px; bottom: 0 !important; } } tuanphan 1 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