White space on top

Home Forums Gillion Theme White space on top

Home Forums Gillion Theme White space on top

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • roger
    Participant

    the image on top of the site has a lot of space above – it should be straight on top. Header is deactivated, but it seems, that the space for the header is always there.

    How can i fix this?

    Attachments:
    You must be logged in to view attached files.

    Hi @roger,

     

    I hope you are well today and thank you for your question.

     

    You can remove that space by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #wrapper > .sh-page-layout-default {
        padding-top: 0;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)