fathers Posted April 27, 2022 Share Posted April 27, 2022 Site URL: https://www.amongthepines.gallery/cart Hi! I'm using a vertical navigation along the left side of my site. This overlaps the content on the Shopping Cart page and I'm trying to change the page width for this page only so the navigation menu doesn't interfere with the content. I don't want to edit the page width globally as this will break some of the design on other pages. Is there a way I can adjust the page width for the Cart page only? www.amongthepines.gallery/cart Pass: fathers Many thanks for your help! Link to comment
tuanphan Posted May 1, 2022 Share Posted May 1, 2022 Add to Design > Custom CSS /* Cart page */ @media screen and (min-width:768px) { body#cart #page { padding-left: 5vw; }} fathers 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
fathers Posted May 3, 2022 Author Share Posted May 3, 2022 On 5/1/2022 at 4:32 AM, tuanphan said: Add to Design > Custom CSS /* Cart page */ @media screen and (min-width:768px) { body#cart #page { padding-left: 5vw; }} I've never seen a thread in which you haven't been a huge help - thank you so much for all you do! Perfect fix. 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