• Resolved stxmarketing

    (@stxmarketing)


    I’d like to remove the primary sidebar on the left. Easily enough accomplished by having nothing loaded into it. I would then like to recover that empty space, collapsing it. All content, featured content, posts, and pages, should left align, starting where the sidebar would ordinarily be.

    I’m concerned with the left sidebar area, but I think in general my question would be the same for any sidebar/widget area with this theme: if a widget area is empty, how to use that empty space for pages and posts?

    I’m running the Custom CSS plugin from Jetpack, and have entered:

    #content {
    	margin-left: 0;
    }

    It has no effect.

    I’ve also tried altering the style.css, changing the .featured-wrapper to float: left, and the .content-wrap under Layout to float: left, based on an older thread here.

    That also had no effect.

    I’ve cleared browser caches and am not running a server caching plugin.

    The site can be viewed at http://www.stxmarketing.com.

    Thanks in advance.

    P.S.
    I also noticed this thread and will monitor it for replies as well.

Viewing 1 replies (of 1 total)
  • Thread Starter stxmarketing

    (@stxmarketing)

    Nothing like answering your own question as soon as you post it.

    Adding this to the Custom CSS did the trick for me.

    .featured-wrapper {
    	float: left;
    }
    
    .content-wrap {
    	float: left;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘[Theme: Oxygen] Remove sidebar and collapse empty space’ is closed to new replies.