Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #224912

    Hello!

    I would like to know how to maintain the size of both the header and the logo fix. In other words, I don’t want this size elements smaller when we scroll to the back on the website..;

    Thanks a lot for your reply

    #224957

    Hi alexoua!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .main_menu ul:first-child > li > a, #header_main .container { height: 88px!important; line-height: 88px!important; }
    .logo, .logo a, .logo img { max-height: 88px!important; }

    Best regards,
    Yigit

    #224970

    Hi Yigit,
    Thanks a lot! it works perfectly:)
    last question, if I need to center the logo and have the navigation just under, in a center way.. can you tell me how to do it?
    thank you very much

    #224974

    Hi!

    Please add following code to Quick CSS as well

    div .logo { left: 40%; }
    .main_menu {right: 30%; }
    #header_main .container { height: 120px; }
    .main_menu ul:first-child > li > a { height: 60px; margin-top: 60px; }
    .logo, .logo a, .logo img { max-width: 200px!important; }

    You may need to adjust the values in first two lines depending on the size of your logo and navigation

    Regards,
    Yigit

    #224983

    Thanks Yigit;)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘logo size fix’ is closed to new replies.