page title on mobile

Home Forums Legacy Support Support queries Styling issues page title on mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #248996
    MeesterGijs
    Spectator
    Hello, How come this page title doesn't automatically adjust to width of my Pixel 2XL? Screenshot Any idea on how I can fix this for page meestergijs.nl/schoollicentie? Thanks, Gijs
    #249273
    Jackson
    Blocked
    USe this css go to appearance >> customization >>custom css @media (min-width:425px){ div.pagetitle h1 { font-size:35px !important; } } Thanks,
    #249562
    MeesterGijs
    Spectator
    For mobiles. So I changed it to @media(max-width:538px) Is that correct?
    #249565
    Jackson
    Blocked
    For mobile you have to change @media (max-width: 991px){ css code here// } Thanks,
    #249690
    MeesterGijs
    Spectator
    Thank you, that fixed it :) closing
    #249775
    Jackson
    Blocked
    Okay @MeesterGijs, Thanks,
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘page title on mobile’ is closed to new replies.