Help with @media settings

Home Forums Legacy Support Support queries Styling issues Help with @media settings

Tagged: ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #103380
    fdittmar
    Participant
    Hi, am having a little trouble working out how to fix some of my pages so that they are viewable on mobiles. As the texts on the pages with the current margins/padding are not usable on small screens I wanted to use: @media (max-width:480px){ CSS} to force the display to be fullscreen / minimal padding. Am having trouble identifying the relevant CSS for it. Could you please help. thanks  
    #103381
    fdittmar
    Participant
    This reply has been marked as private.
    #103467
    H.K. Latiyan
    Participant
    This reply has been marked as private.
    #103506
    fdittmar
    Participant
    This reply has been marked as private.
    #103609
    Go to wp-admin->appearance->customiser->custom css add these lines and save. @media (max-width:480px) { .abouttxts { padding-left:5px; padding-right:5px; } }
    #103619
    fdittmar
    Participant
    Did try when i posted and just tried again but doesn't seem to change / fix it. No caching active afaik. thanks
    #103658
    @media (max-width:480px) { .page-id-569 .no.content { padding:0px !Important; margin:0px !Important; } .page-id-648 .no.content { padding:0px !Important; margin:0px !Important; } } PS: Customisation is not a part of theme support.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Help with @media settings’ is closed to new replies.