How to Swap Step Image & Description in Rank Math's How To Schema

Опубликовано: 16 Ноябрь 2024
на канале: Ate Keurentjes
33
4

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;
}