Make front page full width

Hi

Is it possible to make my front page full width i.e. remove the sidebar but keep the sidebar on my posts and pages?

Thanks!

Hi Caroline,

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.home .main-content-inner.col-sm-12.col-md-8.side-right {
    width: 100%;
}
body.home div#secondary {
    display: none;
}

Best Regards,
Movin

Great thank you, this worked!

You are most welcome here :slight_smile: