Hi
I need to change the container width for the logo in the main header. Please could you provide code that i can add in to quick.css to change this please?
Thanks
Hi FayeMcC!
Please add following code to Quick CSS and adjust as needed
div#header_main .container {
width: 95%;
max-width: 95%;
}
Best regards,
Yigit
Hi
Thanks for getting back to me. That doesn’t seem to have worked. My logo should stretch right across the page, but doesn’t. Any other suggestions?
Many thanks
Faye
Hey!
Please add following code to Quick CSS
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-moz-transform: none;
-ms-transform: none;
transform: none;
}
and then go to Enfold theme options > Header > Header Size and set it to custom pixel value and increase the height to 300px
Best regards,
Yigit
Great!!! Nearly there – just not quite centred – how can i fix this?
Many thanks
Faye
Hey!
Please change the code to following one
.html_header_top.html_logo_center .logo {
left: 9.3%;
-webkit-transform: translate(-5%, 0);
-moz-transform: translate(-5%, 0);
-ms-transform: translate(-5%, 0);
transform: translate(-5%, 0);
}
Cheers!
Yigit
Bingo! Problem solved. Thank you so much for your help…and so quick!
Regards
Faye
Hey!
You are welcome, glad we could help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit