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
This reply has been marked as private.
This reply has been marked as private.
This reply has been marked as private.
Go to wp-admin->appearance->customiser->custom css
add these lines and save.
@media (max-width:480px)
{
.abouttxts {
padding-left:5px; padding-right:5px;
}
}
Did try when i posted and just tried again but doesn't seem to change / fix it.
No caching active afaik.
thanks
@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.