8.3.2 and text

Permalink
I just downloaded a new copy of 8.3.2. I set the text size to 17px.
I go thru and make all my other settings ( h1,h2, ....) .
After everything is done I change the text setting from 17 to 20px and it changes all of my other settings.. h1 - h6 - navigation..
Is this a bug ??

Bob

rdealmeida
 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi rdealmeida,

Please list the steps required to reproduce this issue.
rdealmeida replied on at Permalink Reply
rdealmeida
Hi MrKDilkington
installed a new copy of 8.3.2. and made all my starting to full page text, h1 - h6, nav text etc...
installed cloneamental, and started building. Installed sitewide header title, (h1) site name, autonav, added some text.
Changed sitewide text from 17 to 20px, and noticed my h1 site name wrapped..
Set full page text to 17 and the site name returned to normal.
to confirm what I saw I changed full page text to 50px and and the site name was huge and nav text ( was set to 1.2em ) went to appox.. 4em, changed full page text to 17px and everything returned to normal..
Very strange.. any ideas ??

Bob
MrKDilkington replied on at Permalink Reply
MrKDilkington
@rdealmeida

Just to clarify, are you using the Customize Theme panel to set font sizes? If so, when you set Full Page > Text, it sets a font-size on "div.ccm-page" and will affect child elements that use em units (em units "cascade").

For more information on em:
https://developer.mozilla.org/en-US/docs/Web/CSS/font-size...
https://css-tricks.com/why-ems/...
https://css-tricks.com/css-font-size/#article-header-id-2...