I'd like to swap the widget area with articles
-
Hi,
I’d like to put the widget area on the left and artcles on the right of the page. How can I do?
Regards
The blog I need help with is: (visible only to logged in users)
-
Hi there, the following will swap the widget and content areas.
#home_left { float: right; margin-right: 0; margin-left: 10px; } #home_right { float: left; margin-left: 0; margin-right: 10px; }
- The topic ‘I'd like to swap the widget area with articles’ is closed to new replies.