Forums

[resolved] Andreas O9 sidebar background width - how to adjust? (3 posts)

  1. greglins
    Member
    Posted 3 years ago #

    http://tlginnovation.com/Kent/

    My category text was too wide for the space. I figured out how to widen the text space - it also widened the space for the left sidebar...

    That would be fine if I can widen the background space for each sidebar, but I just don't understand how to do it.

    Thanks for any help!

    Greg

  2. drewactual
    Member
    Posted 3 years ago #

    Replace:

    #content {
    margin:0px 200px;
    }

    with:

    #content {
    margin:0px 200px;
    margin-left:220px; /* or play */
    width:60%; /* or play */
    }

  3. greglins
    Member
    Posted 3 years ago #

    Thanks Drew,

    I don't know what "or play" means. Could you elaborate?

    I replaced the code without "/* or play */" and it seems to have solved the problem for now.

Topic Closed

This topic has been closed to new replies.

About this Topic