Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dbartman

    (@dbartman)

    Here’s the CSS code for the sidebar

    /*
       * Left sidebar
       */
    #menu-left {
                 float: left;
                 padding: 0px 15px 20px 12px;
                 width: 247px;
                 font-size: 11px;
     overflow:hidden;
     margin-top: -80px;
                 }
    
    #menu-left h2 {
         font-size: 12px;
         margin: 5px 0 6px 0px;
         padding: 3px 0 3px 13px;
         font-weight: bold;
         color: #383838;
         border: 1px solid #c9d3e2;
         background: url("images/menu-left-title-background.jpg");
    }

    But when i use a widget in wordpress it doesn’t follow this code…see above links…

    Thread Starter dbartman

    (@dbartman)

    Is anyone able to help me here?

    Thread Starter dbartman

    (@dbartman)

    bump

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

The topic ‘Widget Ready Theme displays differently’ is closed to new replies.