• Resolved rogerma2

    (@rogerma2)


    I increased the width of my left sidebar and main body, but I wasn’t able to move the border to the right as well. Does anyone know how I can either move the border to the right (where it should be) or delete it altogether?

    The blog I need help with is lifelaidout.com.

Viewing 4 replies - 1 through 4 (of 4 total)
  • It is coming from a background image defined in your theme.

    Try adding this to your custom css:

    .container {
        background: none repeat scroll 0 0 #FFFFFF;
    }

    rogerma, please, re-think about using a fixed width of 1100px for your site.
    Here are some interresting articles you could read: article1 , article2. Feel free to Google for more results.

    rogerma, please, re-think about using a fixed width of 1100px for your site.

    I absolutely agree. I didn’t even think about that!

    Thread Starter rogerma2

    (@rogerma2)

    K, thanks for your help everyone. I took a look at those articles and decided to revert the width back to 996px, so problem solved. Thank you so much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Eliminating Borders’ is closed to new replies.