• Resolved dinsan

    (@dinsan)


    The theme I am using recently switched to Fluid Typography. Headings on my site now looks smaller with AMP. I have had the same issue with another theme when it swithed to fluid typography.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Milind More

    (@milindmore22)

    Hello @dinsan

    Thank you for contacting us, The issue might be related to the CSS parser sabberworm/PHP-CSS-Parser/#388 used in the AMP plugin.

    Can you please add the following CSS in Appearance->Customize->Additional CSS and copy paste the following CSS

    body{
    	--wp--preset--font-size--medium: clamp(16px, calc( 1rem + ((1vw - 7.68px) * 0.24) ), 18px);
    }
    Thread Starter dinsan

    (@dinsan)

    Thank you, that worked!

    How do I reset the H2 size?

    Plugin Support Milind More

    (@milindmore22)

    Hello @dinsan

    We do not have expertise in CSS, we will recommend consulting with a CSS expert or your theme author as he can provide you with more insight regarding resting h2 size.

    Sorry we can’t be more of assistance on this one!

    Plugin Support Milind More

    (@milindmore22)

    @dinsan As we didn’t receive a response I’ll mark this as resolved. Feel free to open a?new support topic?if you require any further assistance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Headings Display Smaller with Fluid Typography’ is closed to new replies.