Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1700851
Paragraph font size
Closed

Comments

  • xiaojean started the conversation

    Hi, we're using the GemCoin child theme, but have a font size problem with paragraphs. 

    Per the attached jpg, the description paragraph under "ICO SERVICE" and "OUR SOLUTION" has the same paragraph and format setting in WPBakery, but they are shown in different font sizes on my iPhone. The paragraph description under "PRODUCT" also has a smaller font size and is difficult to read. 

    Please show us how to set the font sizes so they are consistent and easy to read, thank you.

  •  432
    Sergio replied

    HI,  

    try to use the following css:

    @media (max-width: 767px) { h1, .title-h1, .page-title-title h1 { font-size: 38px; line-height: 53px; }
    }
    @media (max-width: 879px) { h2, .title-h2, .pricing-table-style-5  .pricing-price-title, .pricing-table-style-6 .pricing-price-title, .pricing-table-style-6 .pricing-price-subtitle, h3.comment-reply-title, .pricing-table-style-2 .pricing-price-title { font-size: 32px; }
    }
    @media (max-width: 879px) { h2, .title-h2, .pricing-table-style-6 .pricing-price-title, h3.comment-reply-title { line-height: 47px; }
    }
    @media (max-width: 599px) { .title-xlarge { font-size: 42px; line-height: 54px; }
    }
    @media (max-width: 400px) { .title-xlarge { font-size: 37px; line-height: 47px; }
    }

    If you’re happy with our theme, please rate us with 5 stars on Themeforest. It keeps us motivated!  (How to rate).

    Regards Sergio Codex.