• Resolved wambamboo

    (@wambamboo)


    Hi, great plugin and easy to use! I’m just wondering, would it be possible to add a thin dividing line between each post? Is there a bit of CSS for that?

    Thanks
    Charlotte

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author David Aguilera

    (@davilera)

    Hi! Of course, something as simple as this:

    .widget_neliofp_widget article:not(:last-child) {
      border-bottom: 1px solid #ddd;
      margin-bottom: 1.2em;
    }
    

    will help ??

Viewing 1 replies (of 1 total)
  • The topic ‘Put a dividing line between posts’ is closed to new replies.