No space between Image and text in How to schema

#466949
Viewing 6 replies - 1 through 6 (of 6 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.

    You can use and customize this CSS code to adjust the image of the HowTo schema:

    .rank-math-step-content > img {
        margin-bottom: 15px;
    }

    Here’s a tutorial on how to use custom CSS on your site:
    https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/

    Hope that helps.

    Thank you.

    Anonymous
    Rank Math free

    also want to ask how to make all images center aligned in wordpress in case of rankmath how to schema we can’t customise position of images that’s why asking

    Hello,

    You may try this CSS code instead to forcibly center your images in your HowTo:

    .rank-math-step-content{
        text-align: center;
    }
    .rank-math-step-content img {
        display: block;
        margin: 0 auto 15px auto;
    }

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    Anonymous
    Rank Math free

    yes worked thanks

    Anonymous
    Rank Math free

    done!

    Hello,

    Glad that helped.

    Please feel free to reach out to us again in case you need any other assistance.

    We are here to help.

    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)

The ticket ‘No space between Image and text in How to schema’ is closed to new replies.