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,
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
Thank you @Ismael!
Works perfectly now!