Viewing 2 replies - 1 through 2 (of 2 total)
  • in style.css of your theme, look at the style below, and see the difference of what you have now:

    /* Sidebar */
    #sidebar {
    	float: right;
    	width: 250px;
    }
    #sidebar-content {
             padding:0 10px;
    }
    #sidebar ul {
             margin-top:0;
    	padding: 0px;
    	list-style: none;
    }
    #sidebar ul li {background:#fff;padding:10px;margin-bottom:10px;}
    
    #sidebar li ul {
    	list-style: none;
    }

    Thread Starter seandey

    (@seandey)

    Thank you very much, that worked great. Thanks again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need help fixing a theme HELP!’ is closed to new replies.