DavidCliff Posted September 30, 2021 Share Posted September 30, 2021 (edited) The font size for headings changes at the breakpoint set by the site width (plus padding). For example. If you have a site set to, say 1400px wide, within browser windows larger than that, the font size for headings will be smaller. This destroys composition and design balance. On inspection, for browser widths less than the max width, headings are calculated like this: font-size: calc(2.16vw + 1rem); And for browsers wider than the site's max width, headings are calculated like this: font-size: calc(2.8rem); Is this a bug? Has anyone else had this error? Surely the font size for browser windows wider than the break point should match the size of the largest calculation, pre break point. I can override it with CSS, but that just doesn't seem right. Edited September 30, 2021 by DavidCliff Link to comment
tuanphan Posted October 1, 2021 Share Posted October 1, 2021 I also saw the same problem, a few months ago, on several sites. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
DavidCliff Posted October 2, 2021 Author Share Posted October 2, 2021 Yes it happens on every 7.1 site I have made. I contacted support about this. Although they were not particularly helpful, the issue seems to be fixed. I'll verify on Monday when I can test it on the 27inch mac in the office. Link to comment
DavidCliff Posted October 4, 2021 Author Share Posted October 4, 2021 Issue not fixed. Support have logged it as a genuine bug and have added it to the queue for fixing. tuanphan 1 Link to comment
kamerakerl Posted March 7 Share Posted March 7 So, did somebbody find a solution for the problem? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment