lectrice Posted March 21, 2021 Posted March 21, 2021 Site URL: https://www.entropypress.co.uk I'am trying to move the product detail block to the left. I managed to do it using this code: .collection-type-products.view-item { align-content:left; display: flex; padding-left: 40px !important; } But does not work on mobile. Can someone help me with that?
tuanphan Posted March 24, 2021 Posted March 24, 2021 Hi. Do you still need help? Also, I see on tablet, off center. Do you want to fix this? 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!)
lectrice Posted March 25, 2021 Author Posted March 25, 2021 Thanks tuanphan, yes I still do need help with this!
lectrice Posted March 25, 2021 Author Posted March 25, 2021 This code seems that helped with the desktop and mobile alignment, but as you said, the tablet is off center. .collection-type-products.view-item { align-content:left; display: flex; margin-left: 120px !important; } } #canvasWrapper { max-width: none !important; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.