• I have seen other posts, but those answers didn’t work.
    My site is hauljunkaway.com
    This is the widget section of the css:
    —————————————-
    /* =Widget Areas
    ————————————————————– */

    .widget-area ul, .widget-area ul ul {
    list-style: none !important;
    list-style-image:none;
    }

    .widget-container {
    padding:10px;
    margin: 0 0 18px 0;
    border:1px solid transparent;
    }

    .widget-container > * {max-width:100%;}

    .widget-container ul li {
    display:block;
    float:none;
    margin-bottom:5px;
    }

    .widget-title {
    font-size:16px;
    padding:5px 0;
    padding-left:15px;
    text-align:left;
    margin-bottom:10px;
    text-transform:uppercase;
    position:relative;
    }

    .widget-title:after {
    position:absolute;
    content:””;
    width:0px;height:0px;
    right:0;bottom:0;
    border-bottom:10px solid transparent;
    border-left:6px solid transparent;}

    #footer-widget-area a:hover {
    text-decoration:underline;
    }

    .widget-area a:link,
    .widget-area a:visited {
    text-decoration: none;
    word-wrap:break-word;
    }
    .widget-area a:active,
    .widget-area a:hover {
    }

    .widget-area .entry-meta {
    font-size: 11px;
    }
    ————————————————

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding Bullets to Sidebar’ is closed to new replies.