illdy header size on different pages

Hi guys!
I’m very happy with your product, and I’m getting my webpage ready for launch. Just a quick question.
I removed an image from the header section of some of my pages, that you can click from the jumbotron -
but it still show a large white area before my main content comes up.

Is there anyway to reduce the padding of this header, but keep my preferred padding on the jumbotron on the mainpage?

Thanks alot!

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

Best Regards,
Support

Hi again!

Thanks for your answer.
I can see now that there is a title on top of the white background under the sections “KONTAKT/BOOKING” and “KONSERTER”

Link: www.pernilleøiestad.no

Update:
So I figured out this code, that I Inserted manualy into the pages in question, via Visual Composer:

#header .bottom-header.blog {
    padding: 10px 0;
}

And it seemed to reduce the padding in the bottom header.
But the Title text is still there, squeezed tight, and I can’t seem to locate it in the source code.
I want the text removed / hidden.

It works? Need the same!
text not in the middle.
all the Best,
max

Hello there,

I checked the site and noticed the was a white gap in the page. You can use the following CSS code to fix the gap by going to Appearance > Customize > Additional CSS and pasting it there.


#header .bottom-header {
    margin-bottom: 0px;
}

As it goes for the title, it is not there on the page anymore unless you are referring to another one.

Best Regards,
Support