How to Remove Extra Space Generated By RankMath Breadcrumb Shortcode

#324134
  • Resolved Bijay Nayak
    Rank Math free

    In my website, i am using rank math breadcrumb before post.

    The breadcrumb is inserted using short code and its producing some big space after the text.
    I have noticed that the breadcrumb is generated using <p> tag so is there any way to add custom CSS class to breadcrumb p tag where I can control the margin bottom value property.

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    Could you please try using the below-mentioned Custom CSS and check if this helps?

    .rank-math-breadcrumb p {
        margin-bottom: 1px !important;
    }

    Looking forward to helping you. Thank you.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this ticket.