Hello Team,
how can I reduce the white border below the header as I marked with an arrow in the attached image? I looked for a solution among the topics but I didn’t find a quick CSS code.
Thanks a lot.
Hi turistai!
Try adding this to a codeblock element in the page content.
<style type = "text/css">
#main { padding-top: 0px !important; }
</style>
If that’s not working then send us a link to the page and we’ll take a look.
Regards,
Elliott
Hi Elliot
is this code ok even if it is my homepage? No possibility to use a quick css?
I apologize but I am a newbie.
Thanks a lot!
Hi!
Yes, you can use it on any page that you see the issue on.
Best regards,
Elliott