Illdy - Jumbotron section - Too much padding above the title

Hello, I need some help. for some reason there is so much padding from the top of the title to the header. Is there a way to decrease this?

It’s noticeably more than the Illdy demo site.

Thanks in advance!

Hi there

In order to check your question i need to see your live website, please provide url and i will take a look

Thank you for such a speedy response! Here is the website url http://ltcenter.ge

Thank you!

Hello there,

I hope you are doing well today.

You can use the following CSS code to control the header padding by going to Appearance > Customize > Additional CSS and pasting it there.


#header .bottom-header {
    padding-top: 230px;
}

Best Regards,
Support

Hello there,

I hope you are doing well today.

You can use the following CSS code to control the header padding by going to Appearance > Customize > Additional CSS and pasting it there.


#header .bottom-header {
    padding-top: 230px;
}

Best Regards,
Support

awesome, that worked wonderfully.

Thank yoU!

Hello there,

I am glad the solution worked for you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support