Hello,
While using the left sidebar for main menu, it doesn’t have the same flexibility like top menu, as far as controlling the size of the logo, space between menu items etc’.
Tried using CSS Hero, but things break once scaling the browser size.
I would love to have the sidebar look as the sample image I have included.
If you can recommend any other “live editor” to play with, I’ll be happy to try.
Sincerely
Dan
https://www.dropbox.com/s/m2rki2ay3nq9oy0/Screenshot%202015-04-26%2017.57.52.png?dl=0
Hey Dan,
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_sidebar #header .av-main-nav > li { margin: 0; }
.html_header_sidebar #header .av-main-nav > li > a { text-align: center; }
That should help, if not, please post the link to your website
Regards,
Yigit
Hi!
Please add following code to Quick CSS as well
.html_header_sidebar #header .av-main-nav > li > a {
padding: 6px 3px;
}
.html_header_sidebar #header .av-main-nav {
padding: 4px 0;
}
.html_header_sidebar .logo {
padding: 60px;
}
Make sure to flush browser cache and refresh your page a few times after adding the code
Regards,
Yigit