remove sidebar in blogs

MP Started by Martijn Pieffers · March 18, 2018 at 9:28 am · 3 replies 1 voice Last reply 7 years, 11 months ago
ST
Spiracle Themes Original poster
#2

Hi Martijn

First of all, you need to remove all the widgets from the Sidebar. To do so you need to go to Appearance -> Widgets and then you have to remove all the widgets from Sidebar

After this, you need to add the CSS below

#blog-section .container .col-md-8{
width: 100%;
}

Copy and paste this CSS to Appearance -> Customize -> Additional CSS

Best Regards

ST
Spiracle Themes Original poster
#4

Hello Shaw,

Try using the CSS below

.content-inner .container .col-md-8{
width: 100%;
}

Copy and paste this CSS to Appearance -> Customize -> Additional CSS

Best Regards

Post a reply

Join the conversation. Be kind — this is a public forum.

Replying to remove sidebar in blogs

By posting, your reply becomes public (unless marked private).