Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1698976
Problem with fontsize on mobile version
Closed

Comments

  • Fraula started the conversation

    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 ?

  •  2,699
    PenciDesign replied

    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

  • Fraula replied

    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.





  •  2,699
    PenciDesign replied

    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

  • Fraula replied

    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.

  • Fraula replied

    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.

  •  2,699
    PenciDesign replied

    Hi,

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

    Best Regards,

    PenciDesign

  • Fraula replied

    Hi,

    The problem was with the plugin WProcket, i unchecked "Optimize css" and it worked.


    Anyway, thanks for your support.