Jhaedyn Posted August 19 Share Posted August 19 Hi, I'm having a slight issue trying to create larger padding for my site on mobile, it looks fine on desktop but would like more space between my images in my galleries. If someone could help with this that would be great. https://jmphoto.online/seniors Link to comment
tuanphan Posted August 20 Share Posted August 20 You can use this code to Website Tools > Custom CSS. You can adjust 10px to another value to increase/decrease space. @media only screen and (max-width: 767px) { .gallery-masonry .gallery-masonry-wrapper { columns: 4; column-gap: 0px; height: auto!important; display: block!important; padding: 0px; } .gallery-masonry-item-wrapper { height: auto!important; } .gallery-masonry-item { position: relative!important; transform: none!important; width: 100%!important; display: block; padding: 10px!important; box-sizing: border-box; } .gallery-masonry .gallery-masonry-item img { height: 100%!important; width: 100%!important; } } 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
Jhaedyn Posted September 2 Author Share Posted September 2 Thank you, worked great. I have one more issue with another part of the site, on the desktop and iPad view. I have a code injected that splits the navigation between the title and header links, but when in a smaller window it all compresses behind the title, is there a way to fix it so the links are always in its same position? Jmphoto.online Link to comment
tuanphan Posted September 3 Share Posted September 3 You can consider using this approach 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
Create an account or sign in to comment
You need to be a member in order to leave a comment