Removing Meta & Blogroll in Oxygen theme
-
I just activated the Oxygen theme for my WordPress page and it looks like there is no way to leave the right widget space empty. I would like it so that when I click on a blog or page that space can be used with text like I was doing with the Academia theme. Is there a way around this? Btw – Even if I leave the Secondary widget space empty, Blogroll, Search, and Meta still show up! Thanks
The blog I need help with is: (visible only to logged in users)
-
You can try to copy the CSS code below and add it to https://evolutionarylifearchitecture.wordpress.com/wp-admin/customize.php -> CSS
.featured-wrapper img, .featured-image img { height: auto; max-width: 100%; width: 800px; } #tertiary { float: left; margin: 0px 0px 0px -26.5957%; width: 26.5957%; display: none; } #content { margin: 0px 0px 0px 20.2128%; }Please let us know if you need any further assistance!
-
Thanks Kardotim!
That worked great. Is that size the smallest one that will get the effect it achieved of pushing out those widgets? I’ll look into learning some more CSS so I can tweak it if necessary.
Thanks again for the tip.
-
The code I gave you can still be edited, but the way it is now probably looks the best. You can change the percentage part of both the tertiary and content CSS classes to see how far you can push it without the widgets to fall off.
You can read more about editing CSS at: http://support.wordpress.com/editing-css/
- The topic ‘Removing Meta & Blogroll in Oxygen theme’ is closed to new replies.