Looking to tailor your Rank Math How-To Schema in WordPress? You're in the right place! In today's guide, we're diving into the simple process of rearranging the 'Step Image' and 'Step Description' fields using custom CSS.
.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;
}