Remove Column
-
Hi, I am new to CSS, I need to know how to remove a column from a WordPress theme, as well as how to remove the comments and such from the bottom of my static home page. Any help would be welcome!
-Allyssa
The blog I need help with is: (visible only to logged in users)
-
To remove comments, see this: http://en.support.wordpress.com/enable-disable-comments/
To hide the sidebar column on just the home page in the Adventure Journal theme, add this to your Appearance → Custom Design → CSS editor:
.home #secondary { display: none; } .home #main-content { width: 920px; }
- The topic ‘Remove Column’ is closed to new replies.