Hi there,
First off, you’ll want to make a child theme or use a CSS editor plugin. If you’re using the Jetpack plugin, it comes with a CSS editing feature.
Next, to remove the sidebar, you’ll want to enter this into your CSS editor:
.entry-footer {
display: none;
}
.singular .entry-content .wrapper {
margin: 0;
}
That should hide the sidebar and let the main content take up the full width of the page.
Hi,
I was thinking if instead of removing the sidebar completely, it could just be moved to the bottom of the post, so the post itself could have all the width? Just want the publish date and tags.
I’ve been trying to modify CSS but so far unsuccessful!
Thanks!