Hi, I created a full width logo 1030 x 156. At the default setting, it makes it 518 wide. So scoured all the threads and tried various fixes. One seems to work width wise but pushes the bottom down in the white space if I change the height to be more than 170 or less on the custom css code. Can you please check and tell me what I can do to not push the nav bar so far down? My site link below. Here is the custom css below. Thanks!:
#header_main .container { height: 170px; }
.html_header_top.html_logo_center .logo {
left: 0;
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
Hey yes9310!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_header_sticky.html_bottom_nav_header #main {
padding-top: 207px;
}
Regards,
Yigit
Thanks Yigit. Ok I tried that but it didn’t work.