Make homepage with sidebar but single post full screen

Hello,

I am using the Ethos stack and I have the website set up just like the demo.

The homepage shows the blogposts with the slider and a right sidebar.

The single post page also shows the right sidebar. How would I keep the homepage with the right sidebar but the single post page full with?

Hello @timmydeleu,

Thanks for asking. :slight_smile:

You can add following CSS under Pro > Launch > Theme Options > CSS to make post page full width:

.single .x-sidebar {display: none !important;}
.single .x-main {width: 100% !important;}

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.