• Resolved silence2

    (@silence2)


    Hello,

    I would like to reduce the height of the frontpage header (down to 50%)
    Could you please provide help what CSS code I have to add/alter?

    Thank you very much!

    (Is the option of resizing the header part of the premium version?)

    Greetings,
    Julia

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try:

    .header-filter {
    	max-height: 500px;
    }
    Thread Starter silence2

    (@silence2)

    Thank you very much, but I tried this already… the “content area” is not adjusting to the height of the header image and there is a gap in between… ??

    Did you try adding !important ?

    .header-filter {
    	max-height: 500px !important;
    }

    I had the same problem in a similar theme. I didn’t use max-height but just height there..

    Laurentiu Stefan

    (@laurentiu1themeisle)

    Hey there, @silence2

    Thanks for using our products.

    In order to resolve your issue, add the following CSS code:

    .page-header {
        min-height: 440px !important;
    }

    Keep in mind that you can modify the value of “440” by your choice.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Header adjustment reducing height’ is closed to new replies.