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

    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…

    #778152

    Hey ivoschipper,

    First off, thanks for using our theme.

    May you provide us your website link?

    Best regards,
    John Torvik

    #779811

    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 :)

    • This reply was modified 7 years, 7 months ago by ivoschipper.
    #779869

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    .html_header_sidebar #top #header {
        width: 301px !important;
    }

    Best regards,
    Rikard

    #779894

    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

    #779916

    Thanks very much Rikard! This worked!

    #780278

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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