Emma456 Posted April 3, 2022 Posted April 3, 2022 Site URL: http://www.stampdesignco.com Hi, I've tried lots of different CSS but can't work this one out... my title text on the Shopping Cart page is overlapping with my header/logo when viewed on Mobile. Does anyone know the code to push the text further down the page? Thanks, Emma
tuanphan Posted April 3, 2022 Posted April 3, 2022 Edit this code in Custom CSS .Mobile-bar.Mobile-bar--top { position: absolute; background: transparent !important; z-index: 999 !important; top: 0; left: 0; width: 100%; padding: 50px; } to this code body:not(#cart) .Mobile-bar.Mobile-bar--top { position: absolute; background: transparent !important; z-index: 999 !important; top: 0; left: 0; width: 100%; padding: 50px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Emma456 Posted April 3, 2022 Author Posted April 3, 2022 Thanks so much!!! That worked 🙂 Do you also know how I can reduce the padding size between the 'Sample Pack' title and the image when on Mobile? And also move the 'Sample Pack' title down the page slightly?
tuanphan Posted April 4, 2022 Posted April 4, 2022 Add to Design > Custom CSS /* Mobile Product Title */ @media screen and (max-width:767px) { h1.ProductItem-details-title { line-height: 1.5em !important; margin-top: 50px !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment