Remove padding on page

Home Forums Jevelin Theme Remove padding on page

Home Forums Jevelin Theme Remove padding on page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • MonologueHQ
    Participant

    Hi there,

    I’m currently working on a custom 404 page but the top and bottom padding can’t be removed through options within the theme. Can you please provide some CSS code to remove this padding (see attached)?

    Thanks.

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

    Hi @MonologueHQ,

     

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

     

    I visited your shared custom 404 page but didn’t see any padding on it as I can’t access the footer area of the page as shown in your shared screenshot.

     

    Please advise.

     

    Best regards,
    Shufflehound team

    MonologueHQ
    Participant

    Hi,

    Can you visit: http://beatdev.monologue.ie/ki please?

    Thanks.

    You can remove that padding 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

     

    .error404 #wrapper > .sh-page-layout-default {
        padding: 0;
    }
Viewing 4 posts - 1 through 4 (of 4 total)