Remove rights sidebar in Oxygen theme

  • Unknown's avatar

    Hi,

    I’m trying to remove the right sidebar and recover the space in the Oxygen theme (while keeping the left one). My blog is: http://travelblaug.wordpress.com

    I was actually able to do it for my whole blog… except for the main page; the widget area remains empty but I would like the picture and the articles’ summary to expand full-width. Here’s an example of what I mean: http://simplemedicine.co/

    Thank you !

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

  • Unknown's avatar

    This will do it (modify your margin-right under #content as I have below and add the second part). There is a problem though. The size of the featured image is set in the theme PHP script files and we cannot modify those, so what we are going is asking the browser to resize the existing image and browsers are lousy (understatement) at that so your images will become fuzzy on the main page. I’m afraid this is the best it can get.

    #content {
    margin-right: 0 !important;
    }
    
    .featured-image img {
    width: 100%;
    }
  • Unknown's avatar
  • The topic ‘Remove rights sidebar in Oxygen theme’ is closed to new replies.