• Dear all,

    I wanted to created lines between the columns in Gutenberg, after some searching I get it done with the following CSS:

    .wp-block-column {
        border-width: 0 1px 0 0;
        border-right-style: solid;
        border-right-color: black;
        padding-right: 35px;
    }

    But i don’t want the last line in the design on, is there anyone who could learn me how to disable this one on built.widere.nl.

    Thanks you in advanced!

    Gr, Wiebe

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

The topic ‘Lines between columns CSS’ is closed to new replies.