Remove Sidebar when using featured images

Hey guys,

I found a way to remove the sidebar in the forum, but then the featured images are not displayed properly.

I was able to adjust, but then the blog was shifted to the left and not centered.

How do I create a centered blog with no sidebar?

For all pages/posts!

Thanks so much,

Nik

Hi Nik,

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

You can create a centered blog with no sidebar for all pages/posts by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

div#secondary {
  display: none;
}
div.main-content-inner {
  margin: 0 auto;
  float: none !important;
}

Best Regards,
Movin

Works like a charm, kudos and thanks :slight_smile:

You are always welcome here :slight_smile: