anderslonnfeldt Posted April 22, 2020 Share Posted April 22, 2020 Site URL: https://www.anderslonnfeldt.com/ Hello, I noticed that there has suddenly been added padding between images in mobile view (I marked padding as red in screenshot). There was no padding some days ago so I guess this is some kind of bug. Can anyone help me with this? Thanks! Anders Link to comment
tuanphan Posted April 22, 2020 Share Posted April 22, 2020 Try adding to Home > Design > Custom CSS @media screen and (max-width:767px) { .homepage .gallery-masonry-item { padding-bottom: 0 !important; } } 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
anderslonnfeldt Posted April 22, 2020 Author Share Posted April 22, 2020 It worked! You are a genious 🙂 How can I adapt the code for this page as well? https://www.anderslonnfeldt.com/photography Link to comment
tuanphan Posted April 22, 2020 Share Posted April 22, 2020 6 minutes ago, anderslonnfeldt said: It worked! You are a genious 🙂 How can I adapt the code for this page as well? https://www.anderslonnfeldt.com/photography which plan do you use? Personal or BUsiness 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
tuanphan Posted April 22, 2020 Share Posted April 22, 2020 2 minutes ago, anderslonnfeldt said: Business. To remove, add this to Page Settings > Advanced > Header <style> @media screen and (max-width:767px) { .gallery-masonry-item { padding-bottom: 0 !important; } } </style> 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
anderslonnfeldt Posted April 22, 2020 Author Share Posted April 22, 2020 It works! You rock! Thanks 🙂 Link to comment
anderslonnfeldt Posted May 15, 2020 Author Share Posted May 15, 2020 Hello, I changed the gallery grid from "Masonry" to "Simple" to be able to set a aspect ratio for all the images. Now I have the same problem as with the Masonry grid. There are padding between images in mobile view. Anyone have a solution for this? Here is a link to the page: https://www.anderslonnfeldt.com/ Anders Link to comment
tuanphan Posted May 15, 2020 Share Posted May 15, 2020 1 hour ago, anderslonnfeldt said: Hello, I changed the gallery grid from "Masonry" to "Simple" to be able to set a aspect ratio for all the images. Now I have the same problem as with the Masonry grid. There are padding between images in mobile view. Anyone have a solution for this? Here is a link to the page: https://www.anderslonnfeldt.com/ Anders Add to Home > design > Custom CSS @media screen and (max-width:767px) { .gallery-grid-item { padding-bottom: 0 !important; } } 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
anderslonnfeldt Posted May 15, 2020 Author Share Posted May 15, 2020 It worked. Thanks a lot! 🙂 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.