Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #22712

    Hello,congratulations for the theme, I love it.

    I have a little problem with the header and the logo. I uploaded a logo to my site but as the height is bigger than the default one I have a problem with the menu in the smartphone resolution.

    Also, the slider isn’t right because is down the header.

    Here is the css code that I used in order to adjust the size of the header.

    .logo, .logo a, .logo a img {

    width: 190px;

    height: 116px;

    }

    #header_main .container, .main_menu ul:first-child > li > a {

    height: 120px !important;

    line-height: 120px !important;

    }

    I took it from other posts but I want the header to resize when you scrolled down.

    Thank you!

    #116949
    #116950

    Hi juanfra93,

    You can adjust where the slider sits below the header by changing the padding. Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:

    .fixed_header #main {
    padding-top: 88px;
    }

    Then modify that padding to fit your new height.

    Regards,

    Devin

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Problem with Header, Logo and Menu’ is closed to new replies.