Home › Forums › Basel support forum › Typography fields problem › Reply To: Typography fields problem
June 5, 2017 at 12:39 pm
#14740
wantons
Participant
Thanks a lot.
just one more thing …
in custom css section, if user add some code to ” tablet ” and ” mobile ” section, the code will work this way:
for example for tablet is something like this:
@media only screen and (min-width:480px){
SOME CSS CODE
}
and for the mobile is something like this:
@media only screen and (max-width:480px){
SOME CSS CODE
}
the problem is, if someone open the website with a device with exactly 480px, none of those code will apply for that user
+ just remember that ” 480px ” is only an example number…