DMXzone Responsive Text Support Product Page

Not a problem

Responsive Text Sizing problems

Reported 27 Jan 2014 16:25:09
1
has this problem
27 Jan 2014 16:25:09 David Slentz posted:
Problems with DMX Responsive Text. <h1> text resizes smaller (although I cannot make it larger regardless of Min & Max font size), but <p> text does not resize at all or change at all. Using Bootstrap 2.3.1.

Replies

Replied 27 Jan 2014 16:36:01
27 Jan 2014 16:36:01 Teodor Kuduschiev replied:
Hello David,
Please provide a link to your page where we can check the issue.
Replied 27 Jan 2014 17:03:51
27 Jan 2014 17:03:51 David Slentz replied:
Here are a couple of links showing same problem.
On all the pages of this website, the Responsive Text Headline <h1> resizes (although I would like it to be larger on desktop viewport). BUT... all other text <p> has no change at all. --->
dm-webcreation.com/ace-new/

Same for these website pages:
dm-webcreation.com/baron/

I even tried a very SIMPLE responsive website with Bootstrap and the same thing happens there:
www.dm-webcreation.com/slentz2/
Replied 27 Jan 2014 17:55:09
27 Jan 2014 17:55:09 Teodor Kuduschiev replied:
Hello,
This happens because you have set the text min size to 12px and a width of 100%.
The paragraph text tries to respond to both requests (be 100% wide and not smaller than 12px) and what happens is that it reaches the 12px limit and stops there. It does not become bigger at it again tries to respond to both requests (be 100% wide and not bigger than 48px) but again it cannot be 100% wide, as it is more than 1 line...
It is not recommended to use responsive text on paragraphs. The main purpose of using responsive text is to have scalable headlines that fill the width of a parent element.

Reply to this topic