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

    (@agentevolution)

    You need to clear floats on your widgets. Add this bit of CSS to clear floats and display floated elements as block level:

    .sidebar .widget {
    clear: both;
    overflow: hidden;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Featured Agent – Sidebar’ is closed to new replies.