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 drlosada.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
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 drlosada.com.
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;
}
You are awesome!
thanks!!!!!!
This topic has been closed to new replies.