adding horizontal line (break) between widgets on sidebar

  • Unknown's avatar

    Yes. The last widget on the left displays posts inside a widget and there are CSS rules in place to add a border below both posts AND widgets. So, the second to last border is for the last post in the widget and the last one is for the widget itself.

    You could write an exception in the CSS like this to get rid of one of the lines:

    .widget:last-of-type {
    	border-bottom: none;
    }
  • Unknown's avatar
  • The topic ‘adding horizontal line (break) between widgets on sidebar’ is closed to new replies.