Deleting the second sidebar

  • Unknown's avatar

    Hello,
    I would like to delete the second widget-area sidebar on my blog, please. Once this is removed, I’d like to increase the width of my previous posts to use up the extra space. Can you please let me know how to alter the CSS in order to do so? Thank you!

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

  • Unknown's avatar

    Hi robinpfeifer,

    You will need to have the upgrade to allow for custom CSS.
    Make sure that you don’t have anything in your secondary widget area.

    Try this code, hopefully this will work and it is indeed what you are asking for. Not sure how this will affect its responsiveness, though.

    .widget-area {
        width: 0px;
    }
    
    .content-area {
        width: 100%;
    }
  • Unknown's avatar

    That worked wonderfully, zedvideo. Thank you!

  • The topic ‘Deleting the second sidebar’ is closed to new replies.