Bootstrap conflict with page schema interface

#571507
  • Resolved Anonymous
    Rank Math free

    Had some problems with the page schema management interface where the ‘Remove’ function would be clicked, but wouldn’t actually remove a schema setting. Visibly, the interface was getting pushed to be 3 lines as well.

    It was the use of the ‘row’ class in the interface interacting with bootstrap’s “row>*” rule, which was forcing the content of the schema interface to 100% width.

    Here’s the styles I added to remove the offending Bootstrap styles from being applied to the schema management interface:

    .rank-math-schema-item.row {
    margin-left: 0 !important; //Removes -15px left margin from .row
    }

    .rank-math-schema-item.row > .rank-math-tooltip,
    .rank-math-schema-item.row > .rank-math-schema-name,
    .rank-math-schema-item.row > .rank-math-schema-item-actions {
    width: unset !important; //Removes 100% width from .row>*
    max-width: unset !important; //Removes max width from .row>*
    padding-right: unset !important; //Removes gap based padding from .row>*
    padding-left: unset !important; //Removes gap based padding from .row>*
    }

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting Rank Math and bringing your concern to our attention. I’m sorry for any inconvenience this issue may have caused you.

    Could you please confirm if you’re referring to the delete button in the schema?

    Delete

    If so, we’re unable to replicate the issue using the latest version of Rank Math.

    Could you please provide the remove function you’re referring to so we can check further? If you wanted to share a screenshot, you can upload using this tool and add the generated link here.

    Looking forward to helping you.

    Thank you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘Bootstrap conflict with page schema interface’ is closed to new replies.