• Resolved mer

    (@merettekuijt)


    Hello,

    Since the update I do not have white space between my images anymore.
    I have this page setup with dividers between the images, but it does not display them.
    How can I get a white space between the images on my portfolio pages?

    Theme: Orvis

    https://www.merettekuijt.com/portfolio/trouwen/

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • I can’t say what changed on your site, but you can add the following custom CSS in APPEARANCE => CUSTOMIZE => ADDITIONAL CSS to fix this:

    figure.wp-block-image {
    margin-bottm: 20px;
    }

    You may increase or decrease the 20px spacing as desired.

    Thread Starter mer

    (@merettekuijt)

    Thank you. Unfortunately the code does not seem to adjust this for my portfolio pages.
    The images do not have any blank spaces.

    Sorry… I made a typo… missed an o: should be bottom, not bottm.

    figure.wp-block-image {
    margin-bottom: 20px;
    }

    Very sorry about that.

    Thread Starter mer

    (@merettekuijt)

    Not a problem, didn’t catch it myself.
    Works great now. Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘No white spaces between images’ is closed to new replies.