Remove Sidebar in Sela Theme with CSS
-
I’m looking for the CSS to remove the right sidebar from the Sela theme so that the main blog is centered on the page. Does anyone know what the code is for this?
PS. I’m not currently using the Sela theme–it’s a work in progress.
The blog I need help with is: (visible only to logged in users)
-
Hi breecrowder
This should work for you.
.sidebar-widget-area { display: none; }To add custom CSS
Select Appearance > Customize > CSS from your Admin Dashboard and enter the custom CSS there.
You need to be on the WordPress.com Premium Plan for custom CSS to save.
-
This removes the side widget, but does not centre the main blog on the page. Any idea how to do this?
-
-
-
-
-
- The topic ‘Remove Sidebar in Sela Theme with CSS’ is closed to new replies.