Hi billybatz09,
thanks for using MH TechMagazine.
You haven’t provided your URL, so it’s hard to determine what exactly you have as your home page. However, if you’re referring to the widgetized Homepage template and in case you don’t want to display the Home 6 widget area, then simply don’t put widgets into that widget area and use widget area Home 1 instead – which is a full-width widget area out of the box.
If your home page is the WordPress Posts page with your latest posts, then you could hide the regular sidebar with a few lines of CSS:
.blog .mh-sidebar { display: none; }
.blog .mh-content { width: 100% !important; }
You can add custom CSS code to your website by using a suitable plugin.
-
This reply was modified 8 years, 1 month ago by Michael.