Hi. Love your themes. My go-to themes these days.
First query:
How can I change width of vertical header (to 200px)? I have tried amending css on html_header, logo, #header etc with no luck. I want this to be the same on all pages and posts, not just homepage.
Hi kate!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_sidebar #top #header {
width: 200px;
}
.html_header_left #main {
margin-left: 200px;
}
Regards,
Yigit
THANKS!