Removing the right sidebar on Oxygen

  • Unknown's avatar

    Hi,

    I’ve read a lot of threads regardingm y problem but I still couldn’t find a working solution so I thought I’d ask directly.
    I’m trying to get rid of the right sidebar of my oxygen theme completely, I don’t want it to appear either on the home page or on posts/pages.

    I’ve tried this:

    .page-template-showcase-php #secondary {
    	display: none;
    }
    
    .page-template-showcase-php #content-wrap {
    	width: 100%;
    }
    
    .page-template-showcase-php .wp-post-image {
    	width: 588px;
    }
    #secondary {
    	display: none;
    }
    
    #content {
    	margin-left: 0;
    }

    But for some reason it actually deleted my left sidebar, which I don’t really understand.

    Thanks for the help,

    Cloe

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    The div ID you’ll want to hide is #tertiary for the right sidebar. Try

    #tertiary { display: none;}

    And see if that does what you need.

  • Unknown's avatar

    To clarify (hit submit before I was ready, I suppose) you’ll want to replace secondary with tertiary in every instance of the code you gave above.

  • Unknown's avatar

    Thanks for your answer, unfortunately it’s not working either, when I paste the code in the CSS customization box nothing changes, same after I hit Save …

    And when I go back to the CSS Customization afterwards the code has disappeared and I’m back to the WordPress comments.

    I don’t really understand but it’s a little frustrating …

  • Unknown's avatar

    Ok after playinga round with it a little, it seems that the problem was actually Firefox, I tried with Chrome and it worked!

    Thanks for the help.

  • Unknown's avatar

    @calamitycloe, there was an issue with saving of custom CSS earlier, but it has been fixed now, and I see from visiting your site that your right sidebar is now gone. If you have any problems or further questions, just let us know.

  • The topic ‘Removing the right sidebar on Oxygen’ is closed to new replies.