Tagged: padding
Hello, I am trying to adjust the gap between the page text and below the header to make it smaller. Any Ideas?
Thanks
Hi c2bailey!
Thank you for visiting the support forum!
Please post the url of the actual page here. We would like to check it. A screenshot will help. Try to adjust the content padding with this on Quick CSS or custom.css:
.content {
padding-top: 10px;
padding-bottom: 10px;
}
Cheers!
Ismael
That did the trick, thanks!