Font Size changing for Body font

If you look at my homepage:

http://mindfultrader.com

You’ll see body font in that first section under the main image is one size.

And then in the next section below that (text = People become millionaires with the types…), the font is smaller.

Both sections use the same “Classic Text”, which I believe is referred to as the Body Text in the Theme Options for Typography. I don’t know what I did that caused those font sizes to be different. How did I make them different, and how do I change them back if I want?

Hi Eric,

Thanks for reaching out.

You have applied the responsive text feature to that classic text content as well, example, you have added this

<p class="resp-p man">I created algorithms that invest your money in the stock market for you automatically. I give you the codes and tell you exactly how to plug them in to your online brokerage account, and you collect the profits.</p>

Which then resulted to 28px font size, it should be like this

<p class="man">I created algorithms that invest your money in the stock market for you automatically. I give you the codes and tell you exactly how to plug them in to your online brokerage account, and you collect the profits.</p>

If you don’t want it to be affected by responsive text feature.

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.