Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1277421
    sandra.i
    Participant

    Hi

    What with all the customisation I’ve been doing, I’ve lost the separator between the categories list in my blog page – the categories at the end of each post.

    Could you show me how to get it back?

    For example, I see DIETSNUTRIENTSWEIGHT instead of DIETS, NUTRIENTS, WEIGHT

    Please see here:

    http://www.rochesterclinic.co.uk/news/

    Thanks

    #1277481
    Christian
    Moderator

    Hey there,

    Looks like you’ve already fixed this (see attachment).

    #1277531
    sandra.i
    Participant

    Hi

    I think you’re looking at the category page. I’m referring to the blog page here:

    http://www.rochesterclinic.co.uk/news/

    Thanks

    #1277593
    Rupok
    Member

    Hi there,

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

    .p-meta span:nth-child(3)::after {
      content: "";
    }
    .entry-footer .p-meta span a {
      color: #000;
      float: left;
      font-family: "Proxima nova",sans-serif;
      font-size: 14px;
      font-weight: 600;
      line-height: 1.4;
      margin-left: 0;
      margin-top: 10px;
      padding-bottom: 4px;
      padding-top: 0;
      text-transform: uppercase;
    }

    Kindly remove this to get expected result. At least remove the first block and float: left; from second block.

    Hope this makes sense.

    Cheers!

    #1277616
    sandra.i
    Participant

    Hi

    That update didn’t change anything. I think I originally changed the code in one of the files, and that’s where the problem lies.

    Thanks

    #1277655
    Rupok
    Member

    Hi there,

    That’s the that’s causing the issue. If you take off them, you will see the original styling. I have tested on your site through developers tool.

    Cheers!

    #1277708
    sandra.i
    Participant

    Hi

    yes you’re right, it was the float that was causing the issue.

    Thank you!

    #1277827
    Nabeel A
    Moderator

    Glad we could help 🙂

    Cheers!

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