Hi, i'd like to know why there is a difference in font size on mobile between two parts of the text. One part is correct and the other one is gigantic. Sometimes all the text is gigantic, sometimes it works. It's obviously a problem, it does it on every page.
Strange. Ok, please try add more this code to Customize > Custom CSS to fix that:
@media screen and (max-width: 768px){
.post-entry p, .wpb_text_column p, .post-entry p a, .wpb_text_column p a, .post-entry p span, .wpb_text_column p span, .post-entry p strong, .wpb_text_column p strong{ font-size: 14px !important; }
}
Hi, i'd like to know why there is a difference in font size on mobile between two parts of the text. One part is correct and the other one is gigantic. Sometimes all the text is gigantic, sometimes it works. It's obviously a problem, it does it on every page.
May you check it please ?
Hi,
As I see on your site, you're using 2 headings: H3 & H5 for that text:
http://prntscr.com/kq44rq
If you want to make that parts is same font size - please use the same heading for that parts.
Best Regards,
PenciDesign
Hi,
I'm not talking about the headings. I'm talking about the text in the body part.
Like i said earlier, it only happens on mobile.
Hi,
Do you mean the text in the body is bigger on mobile?
Because as I checked on mobile, the font size for text in paragraphs is the same: http://prntscr.com/kq4td2
Best Regards,
PenciDesign
Yes, but only some parts. Here is the picture of the problem.
The problem is happening on every page, on random parts of the text.
For example this time, it happens on this page : https://www.pigeonmalin.fr/comment-faire-une-demande-de-visa/ and on the main page.
I tried on others mobiles and still have the same problem.
Here is an another part on a different mobile. It is really weird, maybe a responsive problem.
Hi,
Strange. Ok, please try add more this code to Customize > Custom CSS to fix that:
Best Regards,
PenciDesign
Hi,
The problem was with the plugin WProcket, i unchecked "Optimize css" and it worked.
Anyway, thanks for your support.