Oxygen theme: remove blogroll&meta widget
-
hello everyone!..i need help on how to remove the “blog roll & meta ” that is in my secondary sidebar. I wanted to leave it blank so i can have a full width page on my blog posts. Is that possible? thanks in advance.
The blog I need help with is: (visible only to logged in users)
-
i need help on how to remove the “blog roll & meta ” that is in my secondary sidebar
Activate another widget in the area. That will get rid of those two. If you don’t want a widget to display there, use an empty widget. A text widget with no content will do.
I wanted to leave it blank so i can have a full width page on my blog posts. Is that possible?
The posts page content width will not increase if you leave the sidebar widget areas empty of content. That’ll require CSS customization.
-
-
Hello!
“I wanted to leave it blank so i can have a full width page on my blog posts. Is that possible?”
“The posts page content width will not increase if you leave the sidebar widget areas empty of content. That’ll require CSS customization.”
Can I do the CSS Customization with wordpress.com?
Thanks in advance!
-
jasminegonzaga – this CSS will hide the left sidebar and expand the main column to take up the full width on single blog posts:
.single #secondary { display: none; } .single #content { margin-left: 0; }If you have other CSS questions in the future, please start a new thread in the CSS Customization forum, where the volunteers and staff specialize in that sort of help. Thanks!
- The topic ‘Oxygen theme: remove blogroll&meta widget’ is closed to new replies.