blog category names overlapping

Home Forums Gillion Theme blog category names overlapping

Home Forums Gillion Theme blog category names overlapping

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
  • natsukiyamada
    Participant

    Please see my Website.

    Blog category name “東京駅・丸の内” is displayed overlapping with the first category name “Restaurant/Cafe”. The same problem is occurring on mobile screen also. Could you let me know how I can fix it (so the category names don’t overlap)?

    Hi @natsukiyamada,

     

    I hope you are well today and thank you for your question.

     

    You can resolve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-post-categories-style3 .post-categories a {
        display: inline-block;
        line-height: 15px;
        margin-bottom: 8px;
    }

     

    Best regards,
    Shufflehound team

    natsukiyamada
    Participant

    It worked! Thank you!!

    natsukiyamada
    Participant

    Actually, they’re still overlapping on the mobile screen…

    I have tested it on mobile and it displays fine for me as shown in the attached screenshot.

     

    Please test it clearing your mobile browser cache or using a different browser.

    Attachments:
    You must be logged in to view attached files.
Viewing 5 posts - 1 through 5 (of 5 total)