• Resolved cascd88

    (@cascd88)


    Hi all. Im using twenty ten themes. but i want to customize the themes. I want to create vertical line to separate content area and horizontal area. any ways to do this? any help im really appreciate.
    thank you all.
    sorry for my english.=)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Where are you from?

    Hi cascd88

    Try this:

    In style.css find

    #content {
    	margin: 0 280px 0 20px;
    }

    and change it to

    #content {
    	margin: 0 250px 0 20px;
    	border-right: 1px solid #CCC;
    	padding:15px;
    }

    This will add a thin grey line to the right hand side of your content.

    Thread Starter cascd88

    (@cascd88)

    akasuna: im from Borneo..=)

    lonelyschnozz: thanks a lot! finally im found what im looking for..XD

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Create Vertical line to separate content and sidebar’ is closed to new replies.