Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1339794

    Hi,

    Please see the screenshot attached: There is some border showing on the bottom of a column/text box and I’m not clear why. I looked through the settings of the column and text box and there is no border added.

    Could you please inspect and tell me what you believe is causing this and how to remove it?

    Thank you,

    #1339904

    Hey markus-fischer,

    Thank you for the inquiry.

    That is default top border of the container_wrap element. Use this css code if you want to remove the border.

    .container_wrap {
    	border-top-width: 0;
    }
    

    Best regards,
    Ismael

    #1339917

    Thank you @Ismael!

    Works perfectly now!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Border on Column’ is closed to new replies.