How To Schema

#597207
  • Resolved Anonymous
    Rank Math free

    Hi Rankmath,

    The how to schema is now structured in such a way that you:

    – Enter a main description
    – duration
    – Enter a step title
    – Add Step Image
    – Enter a step description

    Is it possible to reverse the ‘add step image’ and ‘enter a step description’?

    I prefer to have the explanation for a step first and then an image

    I dont have Rankmath Pro

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting us and bringing your concern to our attention.

    Unfortunately, we don’t have such an option to swap these steps but you can use the following custom CSS on your website to change the sequence in frontend:

    .rank-math-step-content{
        display: table;
        width: 100%;
    }
    .rank-math-step-content p{
        display: table-header-group
    }
    
    .rank-math-step-content img{
        display: table-footer-group;
    }
    

    Here’s a guide you can follow to add this custom CSS on your site:
    https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/

    Let us know how it goes. 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 ‘How To Schema’ is closed to new replies.