• So I modified the theme, moving the sidebar from the right to the left and the content area from the left to the right.

    My css block looks like this:

    #content, #sidebar {
        border-left: 1px solid #363430;
        border-right: 1px solid #363430;
        padding: 0 10px;
        overflow: hidden;
        }
    
        #content { border-right:0; border-left: 0;float: right; font-size: 1.1em; font-family:'constantia'; width: 517px; }
        #content h2 { margin: 0 0 10px; }
        #content p { line-height: 1.5em; }
    
        #sidebar { border-left: 0; float:left; border-right:1; }

    It worked in getting the sidebar over to the left, which is what I wanted, but then I can’t get rid of the vertical line that remained in the middle of the content area.See http://magco.brinkster.net/?page_id=31.

    Please assist. Anyone. Thnks.

    –cleft

Viewing 2 replies - 1 through 2 (of 2 total)
  • Did you just fix it? I was working on this a few minutes ago and suddenly the line is no longer there … Inquiring minds want to know!

    Thread Starter wycleft

    (@wycleft)

    well i figured out that its a background image causing all the trouble:#wrapper { background: url('images/content_bkg.gif') repeat-y ;}

    However removing it, or removing the repeat removes ALL my borders…don’t want that , so i still have the problem. appreciate the help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘ChaoticSoul Theme: Vertical Line in Centre Won't Die!!!!!!’ is closed to new replies.