Hello,
I am using Logo + Main Menu as Left Sidebar.
How do I change the width of the Logo + Main Menu Area to make it more narrow?
thx
Hi Giorgos!
Thank you for using Enfold.
You can use this on Quick CSS to adjust the width of the sidebar menu:
.html_header_sidebar #top #header {
width: 200px;
}
Use this to decrease the left margin of the main container:
.html_header_left #main {
margin-left: 200px;
position: relative;
}
Regards,
Ismael
Great! Thanks.