[Resolved] Responsive Font Sizes

Home Forums Support [Resolved] Responsive Font Sizes

Home Forums Support Responsive Font Sizes

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #212967
    Paul

    Can font sizes be made responsive? Example – setting the site title to 55px in the Customizer has no effect below the breakpoint – that size remains fixed at 30px.

    I’d be happy to add my own css as a base to each child theme if you can tell me specifically what would need to be added – searching the parent stylesheet for font sizes is a bit of a pain as the styling is in one single line.

    I think this post is related – https://generatepress.com/forums/topic/font-size-default-in-em-instead-of-px/

    Thanks,
    Paul.

    #213066
    Tom
    Lead Developer
    Lead Developer

    Hi Paul,

    It’s at 30px on mobile because of the Mobile Typography settings inside the “Typography” panel.

    You should be able to adjust it to whatever you like ๐Ÿ™‚

    #213163
    Paul

    Thanks, I missed that.

    #213175
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

    #645915
    Ian

    Hi, this option for different font sizes based on breakpoints was removed I guess, why is that? I wasn’t using GP at the time of this thread.. THX

    #645954
    Leo
    Staff
    Customer Support

    Which one are you looking for?

    Some of them have mobile specific setting and some of them don’t.

    Any chance you can start a new topic if you need further assistance?

    Thanks!

    #645959
    Ian

    Thanks, that was quick :0)
    Oh so body is not but headings are.. I kind of with they all had options for all three breakpoints.
    Maybe I’ll start a feature request thread then..

    #646025
    Leo
    Staff
    Customer Support

    body for mobile would be this CSS:

    @media (max-width: 768px) {
        p {
            font-size: 10px;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.