Hello!
I suspect that someone has already asked this question, but I have not found anything:
At Enfold we have the setting, logo and menu on the left side. Now the logo is quite extensive and I would like to make the left menu area around 100px (I think that’s 400px instead of 300px) wider.
Please, can you help me with the CSS?
Thank you and best regards,
Daniela
Hey beyond-flora,
Add this to quick css:
.html_header_sidebar #top #header{
width:400px!important;
}
.html_header_left #main{
margin-left:400px!important;
}
Best regards,
Jordan Shannon
Perfect! Thank you – it works :-)
Best regards,
Daniela