Hello, how can I get away the top 50px padding ?
http://zajezdypodpultem.cz/?page_id=95
Thank you.
Hello, how can I get away the top 50px padding ?
http://zajezdypodpultem.cz/?page_id=95
Thank you.
Hi, edit the widget itself, click the Layout tab on the right and check the padding settings there.
Well, it does not seem to be the way. :/ All top pading is set to 0px.
Well, yes, but i mean this padding, which is uncovering the background.

To remove that on all similar pages, insert into Custom CSS:
.page-template-full-width-no-title .site-content > .container {
padding-top: 0;
}Not working :/
Did you copy it straight from the email notification? Check the greater than sign, you have it inserted as an HTML entity, it needs to be just a greater than sign. Check the forum to see it in it’s original form.
Now its working, thank you a lot 🙂
For sure 🙂