Go to Appearance > Widgets and remove the widgets from “Sidebar”
Thanks
i already did that, if you check on any of my posts you can see that there’s no widgets but the sidebar is still showing 🙁
also i already tried removing the <?php get_sidebar();?> on the single.php file but the sidebar is still showing
But the single page design is looking weird. Is it happen after removing the code <?php get_siderbar(); ?> ? Your single page Link.
Thanks
figured it out!! it was a css thing, i had to create a new class with the modifications i wanted in style.css, and then call it through the single.php file replacing the “site-main” class so it didn´t change anything else but the space of the post only on post pages.
Glad you got this sorted.
Just a heads-up that if you edited the theme files directly, you’ll lose your tweaks every time you update the them. I’d recommend moving your changes into a child theme, so your tweaks won’t be overwritten when updating the theme. Here are some guides in case you haven’t made one before:
http://codex.wordpress.org/Child_Themes
http://op111.net/53/