Tagged: vertical menu
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;
}
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
ok posted the login info
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
Thanks. That worked.