Removing Main sidebar widget and increasing post width

  • Unknown's avatar

    Hey, so i basically want to remove the side bar widget for my homepage so i can post some images where the widget would be.

    Help appreciated!
    Thanks!

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

  • Unknown's avatar

    Also, can anyone help me with increasing the length of the header image?
    Thanks!

  • Unknown's avatar

    Hi there, I see you are using Sela and have set the full-width page template on your main page, which removes the sidebar. Or, perhaps are you talking about the bottom widget area below the content?

    On the header length, are you talking about from side-to-side, or top to bottom. Top to bottom we can increase, but currently the header is the full width of the overall #page div, so the only way to increase the width of it would be to increase the overall width of the #page div (entire white area).

  • Unknown's avatar

    Hi!

    Thanks for the reply,
    i think i figured out how to remove the side bar yes, with the header length, im talking about top-down, as i feel the header to too small and i want to fit a picture in there.

    Thanks!

  • Unknown's avatar

    Hi there, this would require custom CSS, and to be able to add custom CSS, you would need the WordPress.com Premium Plan upgrade, which includes Custom Design.

    You can try out and preview custom CSS before you buy as explained here. This would be the CSS to increase the minimum height of the header image area. Originally is 238px.

    .header-bg {
        min-height: 500px;
    }
  • The topic ‘Removing Main sidebar widget and increasing post width’ is closed to new replies.