Remove the sidebar on 404-page

Hello everybody!

I have one question about the layout of the 404-page. Could you please help me to remove the sidebar on 404 page?

Thank you a lot and have a good day ! :wink:

Hi @vgolovnya,

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

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

body.error404 .main-content-inner.col-sm-12 {
    width: 100%;
}
body.error404 #secondary {
    display: none;
}

Best Regards,
Movin

Hello @movin !

Great! It works fine! Thank you very much for your help :slight_smile:

Have a good day :wink:

You are most welcome here :slight_smile: