Hi,
Love the theme but bit stuck on one issue. I would like to place a logo at the top of the header that is full width ( 1200 px ) x 100 px. I tried to set the logo as a background image in the header … which looks good on a laptop but it does not shrink with the screen size.
I also tried the following quick css:
.logo img {
height: 100px;
width: 1200px;
}
and that did not work either…
Do you have any suggestions ?
Thank You very much.
Hi karimmmerchant!
Please upload your logo in fullwidth and then add following code to Quick CSS
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
Best regards,
Yigit
Works perfectly, Thanks !
Hey!
You are welcome!
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 :)
Cheers!
Yigit