Home › Forums › Jevelin Theme › Remove padding on page
Home › Forums › Jevelin Theme › Remove padding on page
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.
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
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; }