mportch Posted May 15, 2020 Share Posted May 15, 2020 Hi, How do I align the shopping cart contents to the header (logo and nav) in mobile view? Link to comment
tuanphan Posted May 15, 2020 Share Posted May 15, 2020 Can you share link to cart page? 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!) Link to comment
mportch Posted May 15, 2020 Author Share Posted May 15, 2020 Sorry, thanks! https://www.mattportch.com/cart Link to comment
tuanphan Posted May 15, 2020 Share Posted May 15, 2020 Add to Home > Design > Cusotm CSS @media screen and (max-width:767px) { body#cart main#page { padding-left: 3vw; padding-right: 3vw; } } 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!) Link to comment
mportch Posted May 15, 2020 Author Share Posted May 15, 2020 Thanks, much better. Although for some reason the price on the right is still off the page?.. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.