I would like to expand the logo area to both edge, left and right, please see screenshot
http://www.screencast.com/t/2wMtq5Pum
Hey gzelasco!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
and then go to Enfold theme options > Header and increase header size.
Best regards,
Yigit
Thanks !