Hi. I have a site not using the top menu but having the menu in the left column. I need to make the logo at top left smaller. Any suggestions please ?
Site is at http://www.wbxeurope.com
Hi chrissuddes!
Please add the below code to Enfold > General Styling > Quick CSS
Feel free to change the width to suit your design.
.html_header_sidebar .logo img {
width: 100px!important;
}
Cheers!
Vinay Kashyap
PERFECT. Many thanks.