Remove secondary sidebar The Morning After Theme

  • Unknown's avatar

    Hello, it is not possible in this theme’s settings to get rid of the secondary sidebar.

    However, I’ve read it should be possible with CSS.

    I would like to get rid of this bar (which is only visible on the front page, in the middle). And for the rest of the content to fill it out (so wider column for posts on the front page).

    Which CSS code should be able to do that?

    Appreciate your help in this very much,

    Thanks in advance.

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

  • Unknown's avatar

    Hi anneborkent

    Give this a go:

    .column.secondary-sidebar.first {
        display: none;
    }
    
    div#home_left {
        width: 70%;
    }
    
    div#home_right {
        width: 25%;
    }

    To add custom CSS

    Select Appearance > Customize > CSS from your Admin Dashboard and enter the custom CSS there.

    You need to be on the WordPress.com Premium Plan for custom CSS to save.

  • Unknown's avatar

    Thank you, that helps
    The only thing that is not lining up is the sticky posts (bottom left of home page), how could I outline them in the same way / position as the other post?

    Thank you.

  • Unknown's avatar

    This should do it.

    .feat_content {
        width: 98%;
    }
  • Unknown's avatar

    Thanks, brilliant. I changed it back to 95% so it doesn’t come right to the edge. Looking good now!

  • Unknown's avatar
  • The topic ‘Remove secondary sidebar The Morning After Theme’ is closed to new replies.