Delete Sidebar on Gridspace Theme
-
Hi there,
I would like to delete completely from my homepage the sidebar, so it will show only the posts I make on two columns.
Can you tell me how to do it with CSS?
Thanks a lot!
The blog I need help with is: (visible only to logged in users)
-
Superble
I’d first try removing all the widgets from the sidebar. In many themes this will remove the sidebar.
Cheers! -
@superble, the following will remove the sidebar, including the menu, so you will have to put those menu items somewhere else, such as in the top menu. The following preserves the responsive behavior of the content and widgets the images to take up the space where the sidebar was. One thing to note is that the image quality on the main page suffers because of this change since the browser is no resizing the images from the smaller size used by the theme originally. To change that would require editing the theme files, and that is not available at WordPress.com.
#branding, #secondary { display: none; } #primary { width: 100%; } article .entry-content img { max-width: 100%; min-width: 100%; } -
-
- The topic ‘Delete Sidebar on Gridspace Theme’ is closed to new replies.