x

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!

551 Views
Message 1 of 4
Report
3 REPLIES 3

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.

530 Views
Message 5 of 4
Report

I tried the code you've suggested, but it ended up creating this effect (see attached image). Do you have any other suggestions?

image

524 Views
Message 5 of 4
Report

Ahh. Smiley Sad 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

522 Views
Message 5 of 4
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.