• Resolved greglins

    (@greglins)


    https://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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Replace:

    #content {
    margin:0px 200px;
    }

    with:

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

    Thread Starter greglins

    (@greglins)

    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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Andreas O9 sidebar background width – how to adjust?’ is closed to new replies.