How to change the header height

Home Forums Jevelin Theme How to change the header height

Home Forums Jevelin Theme How to change the header height

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • highlifemedia
    Participant

    Hey folks,

     

    first of all: this is a pretty nice theme u’ve created. I still have one question tho.

    I need to change the height of the header (header-1), so that the sticky header and the normal one are the same height. I also dont want the menu table to change the padding in the sticky header.

     

    It seems you have a lot of !important ‘s in the css, so I am asking for a simple custom css to prevent the menu table from moving and making the normal header the same size as the sticky one.

     

    Thanks! Best Regards

    Alexander

    Hi Alexander,

     

    I hope you are well today and thank you for your question.

     

    You can try achieving it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-sticky-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a {
        padding-top: 15px;
        padding-bottom: 15px;
        max-height: none;
        transition:0;
    }

     

    Best regards,
    Shufflehound team

    highlifemedia
    Participant

    Hey,

     

    thanks. Although there is a small jump of few pixels. (http://highlife-studios.de/)

     

    Also: I am wondering about the sized down logos beneath the slider. The quality seems to be worse than at an ordinary wordpress page. May this somehow have been affected by your theme?

     

    Best Regards,

    Alexander

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    thanks. Although there is a small jump of few pixels. (http://highlife-studios.de/)

    To resolve it try using the below CSS code instead of above shared CSS code.

    .sh-sticky-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a {
        padding-top: 15px;
        padding-bottom: 15px;
        max-height: none;
        transition:none;
    }
    #page-container .sh-header.sh-sticky-header {
     border-bottom: 0 !important;
    }
    

    Also: I am wondering about the sized down logos beneath the slider. The quality seems to be worse than at an ordinary wordpress page. May this somehow have been affected by your theme?

    This is because you are using too large images for the logo as following so please reduce its size and also remove the white space around it.

    http://highlife-studios.de/wp-content/uploads/2016/01/hiscox.png

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