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

    Hello,

    I am using Logo + Main Menu as Left Sidebar.

    How do I change the width of the Logo + Main Menu Area to make it more narrow?

    thx

    #348561

    Hi Giorgos!

    Thank you for using Enfold.

    You can use this on Quick CSS to adjust the width of the sidebar menu:

    .html_header_sidebar #top #header {
    width: 200px;
    }

    Use this to decrease the left margin of the main container:

    .html_header_left #main {
    margin-left: 200px;
    position: relative;
    }

    Regards,
    Ismael

    #348599

    Great! Thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Header as sidebar, change width’ is closed to new replies.