Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #222123

    Hi there,
    I’ve searched the support and i’ve not seen any relevant answer to my particular situation.

    Ok, Please have a look at this : http://bathmatesingapore.com/2014/
    See the header (logo plus the menu)? In my opinion there are too much padding to the top and bottom. How can I reduct on that?

    Thanks and best regards,
    Jason

    #222550

    Hey Jason!

    Try adding this code to the Quick CSS:

    #header_main .container, .main_menu ul:first-child > li > a {
    height: 90px  !important;
    line-height: 90px  !important;
    }
    
    html.fixed_header #main {
    padding-top: 90px;
    }
    

    Cheers! 
    Josue

    #222829

    Thank you very very much Josue!
    It’s much better now!
    May I know if there is still a way to align the logo to the centre of the top and bottom of the header?

    Thanks again Josue!
    Jason

    #222832

    Hey!

    Please add following code to Quick CSS as well

    .logo img {
    margin-top: 7px;
    }

    Cheers!
    Yigit

    #222933

    What else can I say? I just love Kriese’s theme and most importantly your superb support team!!!!
    I’ve already bought 4 of your themes and I absolutely love every second building my sites.

    Thanks you so much Yigit and Josue!
    Jason

    #222939

    You are welcome, glad we could help :)

    Regards,
    
Josue

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