remove sidebar from post page
-
Hi!
Does anyone know how to remove the sidebar in my blog page? and leave it only in the main page.
thanks in advance!
The blog I need help with is: (visible only to logged in users)
-
This will remove the sidebar from posts in the Oxygen theme and then add it back to the home page again:
#content { width: 898px; } #sidebar { display: none; } .home #content { width: 620px; } .home #sidebar { display: block; } -
- The topic ‘remove sidebar from post page’ is closed to new replies.