Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #128927
    merpmerp
    Participant

    I would like to shrink the text when phone view is activated. The site title wraps and it looks tacky as hell. Any way to fix this? Thanks for your help.

    #128951
    tikaram
    Keymaster

    @merpmerp : Please post in your site URL.

    Regards,
    Tikaram

    #128961
    merpmerp
    Participant

    saganglass.org thanks for the reply!
    I’ll check the forum right now, but I’d also like to change the header image size as well. When it’s in phone view the heights is too small. I’m thinking it would have to be different images (I’m using random image generator).

    #128998
    tikaram
    Keymaster

    @merpmerp : Go to Appearance => Customize => Additional css and the following css to fix the site title.

    @media screen and (max-width: 472px) {
    .site-title {
    	font-size: 0.85rem;
    }
    }

    The header image size can be increased but it will be elongated in some devices.
    Let me know if you have any more issues.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Resize text phone view’ is closed to new replies.