-
Hello,
Whenever I add an image to a FAQ block in Rank math, the image will be rendered as 150px by 150px. This is not really usefull as it cuts off the image and is very low resolution. How can this be solved?
I have seen all 3 answers in previous support tickets, none of them helped..
Answer from Prabhat:
“Add the following css:
.rank-math-answer img {
float: none;
display: block;
margin: 0 auto 10px;
}”>> This does not change the size of the image and it puts the image before any text in the FAQ. The image should come after the text.
Answer from Jeremy:
“Unfortunately, Rank Math’s block depends on the styling produced by your theme. You may need to re-style this one with custom CSS.”>> I have searched for the blocksy setting that controls this, but nothing to be found.
Answer from Miguel:
“You could target that CSS class that we mentioned in your CSS file and add the following rules:
max-width: 100%;
max-height: auto;”>> Does “max-height: auto” exist? This did not work.
Please, could you help me resolve this?
With kind regads
You must be logged in to reply to this ticket.