• Resolved catbegemot

    (@catbegemot)


    I am using rem to specify the font size in Office theme and the plugin is not working. Instead of changing the size of the font on the content it either resizes the main menu (if I leave it on default option) or shrinks or expands the specific DIV if I use that option from settings. In either case the actual content font is not being changed.

    https://www.ads-software.com/plugins/zeno-font-resizer/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Marcel Pol

    (@mpol)

    Hi, I will test it with that theme and get back to you. It’s only recently that I took over this plugin. It does work with pixel-sizes and percentages. I will try rem sizes.

    Thread Starter catbegemot

    (@catbegemot)

    Thank you. I’ve tested the code line that actually does the resizing in JSFiddle and it works even if units are mismatched (CSS specifies REM and code uses PX), but there’s something else that breaks it anyway.
    The current theme is office, Version: 1.2.3

    Plugin Author Marcel Pol

    (@mpol)

    Hi, I just tried with the Office theme, and read a bit about rem font-size.
    The font-size in rem is relative to the html element. So you can go to the Settings page for the Font Resizer, and set ‘html’ as the element to use. Then it will set the font-size for the html element, and your <p> elements will follow.
    In your theme there are still some elements that use fixed font-sizes, like the tags and categories. But most elements will follow.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not resizing the text’ is closed to new replies.