Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Nafis Mahmud Ayon

    (@nafismahmudayon)

    Thanks for posting the issue, and sorry for the late reply.

    According to your screenshot, some extra <br> tags are injected under the <span> tag. Probably comes from 3rd party scripts.

    Copy the Bellow code and paste it into the Custom CSS section in Custom Scripts Tab.

    .breadcrumb-container br {
        display: none;
    }

    I hope using this method; your issue will be resolved.

    Hi @hyberman,
    We didn’t hear back from you.
    Did you follow @nafismahmudayon answer? Is the issue still exist? I also recommend using an !important flag on CSS.

    .breadcrumb-container br {
        display: none !important;
    }
    Thread Starter hyberman

    (@hyberman)

    Hi Raju, thanks for your interest. Yep the fix worked. Thank you very much!

    • This reply was modified 1 year, 5 months ago by hyberman.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The separator is shown wrongly’ is closed to new replies.