Domanique Posted August 3, 2020 Share Posted August 3, 2020 Site URL: https://www.domaniquejazmindesigns.com/ Hi all! Is anyone able to help me come up with some coding to change the left & right margins on my image:card blocks for mobile? I know there is a slider to change this in site styles but I actually like the way it looks on desktop, just not happy with the extra spacing on mobile view. Link to comment
tuanphan Posted August 3, 2020 Share Posted August 3, 2020 Add to Home > Design > Custom CSS @media screen and (max-width:640px) { .homepage .design-layout-card .image-card>div { padding-left: 5%; padding-right: 5%; } } 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
Domanique Posted August 3, 2020 Author Share Posted August 3, 2020 11 minutes ago, tuanphan said: Add to Home > Design > Custom CSS @media screen and (max-width:640px) { .homepage .design-layout-card .image-card>div { padding-left: 5%; padding-right: 5%; } } Thank you, this is working perfectly for the image card in the screen shot. However, there is an image card right underneath it (and on another page) and the margins don't seem to be aligning exactly the same? Any suggestions? Link to comment
tuanphan Posted August 3, 2020 Share Posted August 3, 2020 remove .homepage in above code 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
ando_337 Posted December 4, 2020 Share Posted December 4, 2020 Same problem here in 7.1 Site URL:https://www.inneco.de/eco-premium-eco-basic I would like to add more space after the icons (it's one image) in mobile view. (card view on desktop.) Hope you can help me! Link to comment
tuanphan Posted December 6, 2020 Share Posted December 6, 2020 The url doesn't exist. Can you check again? 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.