Changing border width

  • Unknown's avatar

    Hi, is there a way to change the width of the brown borders in my page? The white center (where the info is) is too narrow, and some widgets are spilling out into the brown edges and either cold cut disappearing or they overlap. It looks pretty messy.

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

  • Unknown's avatar

    You can widen the container which will make both the main content and sidebar areas wider proportionately like so:

    .wrap {
      max-width: 1100px;
    }

    It’s not perfect due to the poll code you’re using in the text widgets and the very long blog title causing a problem with your follow button but it’s definitely an improvement.

  • The topic ‘Changing border width’ is closed to new replies.