How to move sidebar to the left side?
-
How do I get my sidebar (with widgets) onto the left side instead of the right side?
(I tried to apply some css codes found in Internet, but they did not work on my site.)
Thanks for your help.
The blog I need help with is: (visible only to logged in users)
-
For this, the CSS would be different for each theme and that’s probably why the codes you found probably didn’t work.
To swap the content area and the sidebar layout in the Sight theme on WordPress.com, add this to your Appearance → Custom Design → CSS editor:
#primary { float: right; padding: 0 2.5em 0 0; } #secondary { float: left; padding: 0.333em 0 0 2.5em; } -
- The topic ‘How to move sidebar to the left side?’ is closed to new replies.