I have two galleries added to a page, and I wanted to know what CSS I needed to add to decrease the space above and below the galleries
http://wellspokenart.com/history/
Thanks!
I have two galleries added to a page, and I wanted to know what CSS I needed to add to decrease the space above and below the galleries
http://wellspokenart.com/history/
Thanks!
Hi,
Try adding this code in your Quick CSS or custom.css:
.gallery {
padding-top: 5px!important;
padding-bottom: 5px!important;
height: 80px;
}
.gallery-item {
padding-bottom: 0!important;
}
Adjust the padding-top and padding-bottom values(in .gallery) to increase and decrease the spacing. Hope this helps. :)
Best Regards,
Ismael
thanks a lot!
Hi,
Glad that we could help you. :)
Cheers,
Ismael
This topic has been closed to new replies.