Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1340824
    Suzanne S
    Participant

    Hi,

    I’ve changed my site around and have just noticed a line at the bottom of my recent posts widgets on my homepage.
    Can you help?

    regards
    Suzanne
    https://howtostartworkingathome.com/

    #1341022
    Rupok
    Member

    Hi Suzanne,

    Thanks for writing in! It seems you have added the below code that’s causing the issue :

    .x-main .hentry {
      border-bottom: 2px solid rgb(181, 186, 192);
      padding-bottom: 30px;
    }

    To reset this for Recent Posts, you can add this as well :

    .x-main .x-recent-posts .hentry {
      border: none;
      padding-bottom: 0;
    }

    Hope this helps.

    Cheers!

    #1341177
    Suzanne S
    Participant

    Brilliant thank you

    #1341184
    Lely
    Moderator

    You’re welcome Suzanne!

    Cheers!

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