Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #991399

    How do I set the width of the left sidebar menu?

    In General Layout > Logo and Main Menu, I’m using Left Sidebar & can control the menu elements with CSS. But need to resize the entire menu column. It looks like it is set to set to 300px.

    In General Layout > Dimension > Content | Sidebar Ratio, no matter what I pick, it doesn’t make a difference.

    This is what I’m using to control the menu items in Quick CSS

    .html_header_sidebar #header .av-main-nav > li > a {
    padding: 3px 0px;
    }
    .html_header_sidebar #header .av-main-nav {
      padding: 5px 0;
    }
    .html_header_sidebar .logo {
    padding: 0px;
    }
    .html_header_sidebar #header .av-main-nav > li > a .avia-menu-text {
    font-size:12px;
    }
    • This topic was modified 6 years, 3 months ago by Sean.
    #991658

    Hey Sean,

    This should be possible via css. Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #991790

    ok posted the login info

    #992006

    Hi Sean,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .html_header_sidebar #top #header {
        width: 250px;
    }
    .html_header_left #main {
        margin-left: 250px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #992146

    Thanks. That worked.

    #992263

    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 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.