Getting rid of a border

Discussion in 'CSS' started by Alexical, Jun 6, 2010.

  1. #1
    I'm having trouble getting rid of a pesky border on my website.

    If you check out http://survivingjapan.com You'll notice that there's a thin white line separating the main content area and the sidebar, I've tried everything I can think of to get rid of it and unfortunately nothing has worked so far.

    I've gotten rid of a lot of other borders in my theme (Thesis 1.7), but I just can't get rid of this one no matter what I do

    Here's what I have so far in my custom.css

    .custom #header, .custom .post, .custom .teasers_box, .custom #footer,
    .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next,
    .custom #comment_list, .custom #comment_list dd, .custom #commentform, 
    .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, 
    .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text,
    .custom #trackback_list {
            border-bottom: 0px;
            border-top: 0px;
            border-right: 0px;
            border-left: 0px;
    }
    Code (markup):
    I'm completely out of ideas, can anyone help me?
     
    Alexical, Jun 6, 2010 IP
  2. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #2
    radiant_luv, Jun 7, 2010 IP
  3. Alexical

    Alexical Peon

    Messages:
    16
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    aaah thanks so much!!! it was really starting to drive me crazy.
     
    Alexical, Jun 7, 2010 IP
  4. aeroz1

    aeroz1 Active Member

    Messages:
    492
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #4
    Ever wanted to get rid of that annoying border around your Header on you Blog? It is super easy!
    Step #1: Go to your Layout Page and Select "Edit HTML"
    Step#2: Find the following Code and change the border from 1px to 0px. Make sure that you do it in both places.
    Step #3: Click Save Template...............And........It's Finished! No Border!
     
    aeroz1, Jun 14, 2010 IP