Hello,
I am trying to change the sidebar menu width while using the photography blog preset. How do I do that?
Hey jorgepavajeau!
Please go to Enfold theme options > General Layout and change the dimensions as needed
Best regards,
Yigit
Hello,
There is no option to change the width of the “Logo + Main Menu Area” there. That is the area I would like to modify.
Any help on this would be appreciated.
Hi!
You can use this on Quick CSS or custom.css:
.html_header_sidebar #top #header {
width: 250px;
}
.html_header_left #main {
margin-left: 250px;
position: relative;
}
Adjust the values on different screen sizes using css media queries.
Best regards,
Ismael
Thank you, that worked.