jbbbbbbbbb Posted May 2, 2022 Posted May 2, 2022 Site URL: https://www.jordanbellvisuals.com/fine-art Hello, This is a question relating to the mobile version of the website. On the page 'fine art' my photos are displayed in a single column. I was wondering if there is some code that can add a small buffer between the left and right side of each image so that the images don't fill towards to edge of screen? Thank you.
Solution Donna_Vincent Posted May 3, 2022 Solution Posted May 3, 2022 1 hour ago, jbbbbbbbbb said: Site URL: https://www.jordanbellvisuals.com/fine-art Hello, This is a question relating to the mobile version of the website. On the page 'fine art' my photos are displayed in a single column. I was wondering if there is some code that can add a small buffer between the left and right side of each image so that the images don't fill towards to edge of screen? Thank you. You can adjust the width. @media screen and (max-width: 640px) .gallery-masonry-item img { width: 85% !important; margin: auto; } tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment