Hello hop3y,
Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer
.home aside.mh-widget-col-1.mh-sidebar {
display: block;
}
aside.mh-widget-col-1.mh-sidebar {
display: none;
}
Hope this will helps you.
Thanks.
Thread Starter
hop3y
(@hop3y)
Thank you – I’ve now done this. Is there any way to put the content central in post view? (IE fill in where the sidebar used to be?)
Hi Hop3y,
please ignore the code above. Just use:
.single .mh-sidebar, .page-template-default .mh-sidebar { display: none; }
.single .mh-content, .page-template-default .mh-content { width: 100% !important; }
You can add CSS code in your WordPress dashboard under Appearance => Customize => Additional CSS or by using plugins for adding code snippets.
For CSS customizations, you can always use your browsers inspection tool to inspect the elements on your site and then use that information to add your own code modifications.