montyzoomerz Posted December 12, 2022 Share Posted December 12, 2022 I have this page: https://olivermwilson.com/work-1 that I am very happy with in desktop view but in mobile view I would like the the gallery to appear full bleed. I can change this on google inspect but no luck in css. I have tried the below: @media screen and (max-width: 767px) .gallery-masonry[data-width="full bleed"] { padding: 0vw; } Can anyone shed some light on this please? See image below of how I would like this to appear if possible. Thanks in advance! Link to comment
Solution tuanphan Posted December 16, 2022 Solution Share Posted December 16, 2022 Use this @media screen and (max-width:767px) { .gallery-masonry { padding: 0px !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
montyzoomerz Posted December 28, 2022 Author Share Posted December 28, 2022 Thank you that is brilliant! Much appreciated. tuanphan 1 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