Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #556243

    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.

    #556256

    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

    #556389

    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!

    #556850

    Hi!

    Yes, you can use it on any page that you see the issue on.

    Best regards,
    Elliott

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.