Trigger Posted August 6, 2019 Posted August 6, 2019 Hi, I'm running the Ishimoto Template and my homepage is a gallery page as I'm a photographer. Is there a way to add a space between each image in the gallery which is horizontal on desktop? On mobile it would be nice to have a space between each photo when in portrait view? Thanks for helping.
MagneM Posted August 6, 2019 Posted August 6, 2019 Hi @Trigger @media only screen and (min-width: 801px) { .slide img { border-left: 2px solid; border-right: 2px solid; border-color: white !important; } } @media only screen and (max-width: 639px) { .slide img { border-bottom: 2px solid; border-color: white !important; } } Magne
Recommended Posts
Archived
This topic is now archived and is closed to further replies.