Custom CSS causes mobile fonts to crash
-
Hi Artem,
you gave me a good advice (post #269134), and I followed it – but unfortunately this causes the theme to lose correct fonts on Mobile – and I guess there may be other CSS issues hidden somewhere. Can you please check how I can implement this CSS but not crash the theme?
I kept the conclicting CSS on the test site – detais in private
– – – CSS implemented which causes conflict – – –
@media only screen and (min-width: 768px) {
.iw-alignleft {
float: left;
margin-top: 3px;
margin-bottom: 20px;
margin-right: 25px;
}
– – – cut – – –
Hello,
It looks like your code lacks one closing bracket }
at the end. Check the screenshot https://prnt.sc/10a1g26
Kind Regards
Artem, thanks!
of course, you’re right :))) – fixed and all works fine now!
Oleg
We are glad to help you!
Kind Regards
The topic ‘Custom CSS causes mobile fonts to crash’ is closed to new replies.