[Resolved] Remove bottom margin from rankmath breadcrumb

Home Forums Support [Resolved] Remove bottom margin from rankmath breadcrumb

Home Forums Support Remove bottom margin from rankmath breadcrumb

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2367459
    Dmitrii

    I need help with removing the current margin set for my breadcrumbs.

    For context, I added this CSS to help with styling my posts:
    .single-post .inside-article p {margin-bottom: 1.5em}

    The code works well for everything else, but it’s inadvertently applying to my breadcrumbs, so is there any CSS I can use to make it apply to everything but my breadcrumbs?

    Attached screenshots.

    #2367624
    David
    Staff
    Customer Support

    Hi there,

    add a style specifically for your breadrumbs:

    
    .single-post .inside-article .rank-math-breadcrumb p {
        margin-bottom: 0;
    }
    #2368216
    Dmitrii

    Worked perfectly, thank you!

    #2368529
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.