Home Forums WoodMart support forum height of the header

height of the header

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #85892

    formarketing
    Participant

    Hello, how can I increase the height of the header with the logo up to 400px?

    Best Regards
    Chris

    #85912

    Hello,

    Try to add this code to the Theme Settings > Custom CSS:

    @media (min-width: 1025px){
    .whb-general-header-inner {
        height: 400px;
    }
    }

    You will get the result like this http://prntscr.com/lbshwh

    Best Regards

    #85918

    formarketing
    Participant

    I’ve pasted the code, but unfortunately it does not work 🙁

    Can you help? 🙂

    #85937

    Hello,

    Please provide me your site admin access.

    Best Regards

    #85942

    formarketing
    Participant

    Thanks a lot! One more question. How can I now increase the logotype to the same size with the header? 🙂

    #85945

    Hello,

    You will need custom CSS for Logo as well. You have not provided admin access. As soon as you do, I will give you custom CSS

    Best Regards

    #85950

    formarketing
    Participant

    administrator access in Private Content 🙂

    #85957

    Hello,

    The code I have provided worked and I have added the code for the logo

    .whb-general-header .woodmart-logo img {
        max-height: 400px;
    }

    Best Regards

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