• Hi There,

    I am using the Advanced gallery. I tried lots of things but I can’t change the hight of the gallery. I want the images on this page – https://stefringoot.com/stripverhalen/ – to be displayed complete instead of only a small part…

    in the wordpress iditor everything looks fine but when I publish the page the hight of the images is wrong…

    Is there a sollution for this?

    Greetings from Holland,
    Stef

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • hannah

    (@hannahritner)

    Hi Stef,
    It could be something within your theme that is limiting this. You can override with this css:

    figure.kb-gallery-figure.kb-gallery-item-has-link.kadence-blocks-gallery-item-hide-caption.kb-has-image-ratio-port23 {
        height: 100%;
    }

    Just paste that into your custom css box in Theme Options > Custom CSS.
    Hope it helps!

    Best,
    Hannah

    Thread Starter stefring

    (@stefring)

    Hi Hannah, thanks for your reply. Pasted your code in the custom css and it seems to work. Thank you very much.

    Greetings from Holland.

    Thread Starter stefring

    (@stefring)

    Is this something which only work on one page? I have the same probleme on other pages to….

    (Somebody programmed the theme for me… it is not standard)

    (https://stefringoot.com/beeldverhaal-vakantiekriebels)

    • This reply was modified 4 years, 3 months ago by stefring.
    Thread Starter stefring

    (@stefring)

    Oh….

    I changed your code… added only this and it works…

    figure.kb-gallery-figure
    {
    height: 100%
    }

    Both page look fine now.

    hannah

    (@hannahritner)

    Glad you were able to tweak the css to get it working for you! Let me know if there’s anything else I can help you with.

    Best,
    Hannah

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Advanced Gallery – unable to change the hight’ is closed to new replies.