top menu bigger then in the demo

Home Forums Astir WordPress Theme top menu bigger then in the demo

This topic contains 1 reply, has 2 voices, and was last updated by  ab-themes 8 years ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #16425

    Maria Leone
    Participant

    Hello, I have a problem with the header: the grey line is bigger than the demo and in some pages it hides elements of the design. I put my logo in the same size of the size in the demo content and I do others test, but the header doesn’t change the height. Can you help me with this?
    Thanks!

    #16438

    ab-themes
    Keymaster

    Hi there,

    when we upload image to your portfolio all is the same except padding in header.

    So, open your style.css file
    (you can find it here \wp-content\themes\astir\style.css)

    on the line 1728 you have this code:

    #astir_main_header.header_layout_left.smaller_header {
        padding-top: 11px;
        padding-bottom: 15px;
        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms;
    }
    

    Replace

    padding-top: 11px;
    padding-bottom: 15px;

    with

    padding-top: 27px;
    padding-bottom: 10px;

    and when you scroll your header will look fine :)

    Kind regards

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘top menu bigger then in the demo’ is closed to new replies.