Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #273075

    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);
    }

    • This topic was modified 10 years, 5 months ago by yes9310.
    #273361

    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

    #273389

    Thanks Yigit. Ok I tried that but it didn’t work.

    #273391

    Hi!

    Please flush browser cache and refresh your page a few times. It does work fine on my end now :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.