SMahs Posted October 26, 2022 Posted October 26, 2022 (edited) Hey, was searching for some hours and didn’t find any solution that worked. The Linked Site should use the full width on mobile for the gallery block Could anyone help me? That would be nice https://smahs.de/hochzeitsfotograf-jork-kirschenland Edited October 26, 2022 by SMahs
joseph81 Posted October 26, 2022 Posted October 26, 2022 You could use a media query and overwrite some width properties: @media (max-width: 767px) { .gallery-masonry { padding: 0!important; img { width: 100%!important; } .gallery-masonry-item { width: 100%!important } } } Jozsef Kerekes - Front-end developer and Squarespace enthusiast My Blog: https://ui-workarounds.comIf you like my answer, please give me an upvote/like. Highly appreciated.
SMahs Posted October 27, 2022 Author Posted October 27, 2022 @joseph81 big thx it is working 🥰 feel hugged and have an awesome day tuanphan and joseph81 1 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment