Hello,
How do I remove the left and right border of the content sections?
I have my logo and menu section left and I see borders next to everything…
Hey ivoschipper,
First off, thanks for using our theme.
May you provide us your website link?
Best regards,
John Torvik
Yes it is here: https://www.onlinegrafix.com/
As you can see, there is a border right of the blue menu/logo sidebar… I want that removed if possible :)
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.html_header_sidebar #top #header {
width: 301px !important;
}
Best regards,
Rikard
Hello ivoschipper,
Also you can use the following code.
Try to put that code on quick CSS. Go to Enfold Theme Options -> General Styling -> Quick CSS.
.html_header_left #main {
border: none !important;
}
Thank you
Thanks very much Rikard! This worked!