mportch Posted October 5, 2020 Share Posted October 5, 2020 Site URL: https://www.mattportch.com Hi, 1. On my shopping cart page, how do I add the margins left and right to match the rest of my site? (Gift Card page is an example below) 2. How do I make the shopping cart text and details fall within the margins in MOBILE view? Code injection on rest of website pages: <style> @media (min-width: 768px) { header, .content-wrapper, .section-background { padding-left: 9%; padding-right: 9%; }} </style> Link to comment
DPruitt Posted October 5, 2020 Share Posted October 5, 2020 (edited) For the cart specifically: @media (min-width: 768px) { #cart .header .header-announcement-bar-wrapper { padding-left: 9%; padding-right: 9%;} .system-page { padding-left: 9%; padding-right: 9%;} } .CartTableRow-itemPrice-26eXS { white-space: pre-wrap;} Edited October 5, 2020 by DPruitt More Code Link to comment
mportch Posted October 6, 2020 Author Share Posted October 6, 2020 Thanks. I typed this in custom CSS but nothing happened. Link to comment
tuanphan Posted October 7, 2020 Share Posted October 7, 2020 I see cart page fine here. Do you still need help on this? 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
mportch Posted October 8, 2020 Author Share Posted October 8, 2020 @tuanphan Hi, yes I do need help. The code suggested didn't work. The idea was to give the shopping cart page the same margins (left and right) as the rest of the website. And keep the mobile view within the margins. (You would need to enter an item from the store to view the shopping cart page) Link to comment
tuanphan Posted October 10, 2020 Share Posted October 10, 2020 I see same margin here??? 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
mportch Posted October 12, 2020 Author Share Posted October 12, 2020 @tuanphan Hi, 1. This first 2 examples below are how I want the shopping cart page margins to look to match the margins in the rest of my site in desk view. 2. The current shopping cart page in mobile view pushes the AUD outside the margin on the right. Plus the text is bunched together. 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