Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1086891
    dbelkie
    Participant

    Hi guys!
    I was wondering if someone could point me int he right direction.

    I am trying to add a thin line between each of my blog posts.

    The page is:
    http://dev01.everythingcloud.com/blog/

    And this is the css code I was using before.

    /* Add line between blog posts */
    .article {
    border-bottom: 1px solid #cccccc
    }

    Thanks in advance!
    Dan

    #1087097
    Rupok
    Member

    Hi Dan,

    I am getting this on your site so couldn’t check – http://prntscr.com/bswflv

    However the above code should work; what’s wrong with that?

    You could use a bit more sophisticated code for this purpose though :

    .blog article.hentry {
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px;
    }

    Hope this helps.

    #1087223
    dbelkie
    Participant

    Thanks for the response.

    The updated code does not seem to work. I swear it used to! I have also made it so you have access to the site now:
    http://dev01.everythingcloud.com/blog/

    Any ideas?
    Dan

    #1087534
    Jade
    Moderator

    Hi Dan,

    Please try this:

    .blog .hentry .entry-wrap {
        border-bottom: 1px solid #ccc;
    }

    Hope this helps.

    #1087546
    dbelkie
    Participant

    That worked!
    Thanks
    Dan

    #1087943
    Prasant Rai
    Moderator

    You are most welcome. 🙂

  • <script> jQuery(function($){ $("#no-reply-1086891 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>