[Support request] column borders

Home Forums Support [Support request] column borders

Home Forums Support column borders

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #994451
    Mike

    Hi
    I like to use column block in gutenberg with two equal colums with 6-10 lines of text in each. Can I wrap both of them together with a border that makes them one block with css?

    Thanks Mike Mahaffey

    #994475
    David
    Staff
    Customer Support

    Hi there,

    try this:

    1. Create your two columns.
    2. Select the columns container block – not the individual columns.
    3. In the Settings Sidebar under Advanced add container-border to the Additional CSS field.
    4. Then style it with this CSS:

    .container-border {
        border: 1px solid #ccc;
        box-sizing: border-box;
    }

    You can then add the container-border class to any blocks you want to display a border on.

    #994484
    Mike

    I can no other answer make but Thanks, and Thanks, and Ever Thanks…

    William Shakespeare and
    Mike Mahaffey

    #994490
    David
    Staff
    Customer Support

    Glad to be of help ๐Ÿ™‚

    #1191420
    Steven Dylan Spitz

    Awesome!

    #1191663
    David
    Staff
    Customer Support

    Glad to hear you found it of use ๐Ÿ™‚

    #1969016
    Jennifer

    [deleted]

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.