• Look down the right side of this page.
    http://www.bmxhouston.com
    The stock widget has a good border, but the others, with messy borders are custom widgets. I can’t figure out what the heck is wrong or how to repair it. Any help?
    Thanks.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The problem is with the custom widgets the ul tags inside them as a class of “menu” which in turn inherits all of its styles.

    Thread Starter fueljeta

    (@fueljeta)

    Perfectly reasonable explanation. Any idea how I could fix this?

    Thread Starter fueljeta

    (@fueljeta)

    Now there is also a problem with my Archive widget. There wasn’t any problem a bit ago. Darn it!

    On your style.css find this (around line 249):
    .sidebar ul li ul, .sidebar ul li div

    and below it replace the styles with:

    clear: none;
        padding: 0 10px 15px 14px;
        position: static;
        width: auto;
    Thread Starter fueljeta

    (@fueljeta)

    Fixed it! Thanks for the help!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Custom Widgets have bottom frame issue.’ is closed to new replies.