Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #724535

    Hi,

    I tried some css code out of different threads but no code worked for me. I would like to reduce the space between the left border and the content (the padding on the left side) of the main menu and also the padding of the logo in all directions is too much.

    #724799

    Hey robert7878,

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

    .html_header_sidebar .logo {
        padding: 0 !important;
    }
    
    .html_header_sidebar #header .av-main-nav > li {
        margin: 0 !important;
    }

    Best regards,
    Rikard

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