• stevedmma

    (@stevedmma)


    https://generationwhy.tv/

    There is my site, you will notice int he sidebar that all the different widgets i add are in one big sideblock, but i want each individual widget in its own box.

    I’m not that great with this, i have looked at the css file and sidebar.php but i don’t know what to do to make this happen.

    Thanks in advanced for any help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • In your style.css find div#secondary ul#sidebar. Look inside the curly braces that follow that text. Cut this:

    background:#E4D4C4 none repeat scroll 0;
    border:2px solid #A0866C;

    And paste it between the curly braces following div#secondary ul#sidebar li. I’m pretty sure that will get the basic effect you want. You may have to tweak some of the details though.

    kkarpieszuk

    (@kkarpieszuk)

    this in style.css in theme folder:

    div#secondary ul#sidebar {
    background:#E4D4C4 none repeat scroll 0 0;
    border:2px solid #A0866C;
    color:#A0866C;
    margin:15px 0 20px;
    padding-bottom:10px;
    }

    try to change:

    .widget li {
    background:#E4D4C4 none repeat scroll 0 0;
    border:2px solid #A0866C;
    color:#A0866C;
    margin:15px 0 20px;
    padding-bottom:10px;
    }

    (i didn’t try)

    Thread Starter stevedmma

    (@stevedmma)

    thanks for the replies ??

    got it working.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘widgets in their own boxes?’ is closed to new replies.