Viewing 1 replies (of 1 total)
  • Plugin Author toddhalfpenny

    (@toddhalfpenny)

    Hey Rick,

    Something like this should get you on your way. You can use the Inspect Element tool in Firefox or Chrome to see what code is causing which style to be applied.

    .post .widgets_on_page ul,
    .post .widgets_on_page ul li {
    margin-left: 0;
    padding:left:0;
    }
    
    .post .widgets_on_page ul.menu>li {
    font-weight: bold;
    }
    
    .post .widgets_on_page ul.menu>li ul {
    font-weight: normal;
    }

    Let me know how you get on.

Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar contents aligment’ is closed to new replies.