- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
How to Change Space between Galleries
Hi there! On my webpage, I have multiple galleries. However, there's a bit too much space between them than I'd like.
I've already went into the galleries themselves and reduced top and bottom margins. But there's still far too much space, and I'd like to condense things a little bit.
Any help would be appreciated. Also, please keep in mind that I'm not at all experienced with coding, so if a solution involves that, please be clear and consise with the instructions!
Here's a link to the webpage: http://www.christopherlicine.com/work.html
Thank you in advance!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Try this in Settings > SEO > Header Code:
<style>
.partialImageGalleryCaption
{
bottom: 0px !important;
}
.galleryImage
{
top: auto !important;
}
.galleryImageHolder
{
padding: 0px !important;
}
</style>
That should get you what you want on your live site. You could also add it to the Header Code field for just that page if you only want it to do this on that particular page.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
I tried the code you've suggested, but it ended up creating this effect (see attached image). Do you have any other suggestions?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report
- Subscribe to RSS Feed
- Mark Thread as New
- Mark Thread as Read
- Float this Thread for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Ahh. Hmm. I wonder if ti would be easier if with an app from the app center instead. There are some nice ones and you don't need to go the custom code route. https://www.weebly.com/app-center/search/gallery
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report