I tried to change th font-sizes for Smartphons.
This ist the fontsize for the Icon-list-Titel. With this Code nothing happens on the Smartphone. Whats the raseon.
/* Smartphones (portrait) ———– */
@media only screen and (max-width : 320px) {
.iconlist_title: {
font-size:16px!important;
}
}
Hey J.,
Try to change the code to this one:
@media only screen and (max-width : 479px) {
.iconlist_title {
font-size: 16px !important;
}
}
Hope this helps.
Best regards,
Nikko
Thank you very much. Now it works fine :)
Hi Jacky,
Glad that we could help!
Please feel free to comeback if you need further assistance.
Thanks for using Enfold and have a great day :)
Best regards,
Nikko