We have a blog with a sidebar on the left side (as widget) how to move it to the right or how to remove it.The homepage also has a sidebar of the left but it is not the same as blog,we need to remove/shift the sidebar of the blog page only.Please Help
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
closed as not a real question by Michael, toscho♦ Nov 22 '12 at 12:19
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
You can do this by editing the stylesheet of your website Go the style.css Press F3 and search for #sidebar (The id depends on the theme you are using) Ih that you will find something like
Change it to
OR They may have also used stlyes like
Modify them according to your sites dimesions Or else go to the page template which your blog page is using and remove
|
|||||||||||
|