Archived topic
Question about Marketer CSS
3 replies · Started by Marius on February 4, 2019
I have the following code among others in markteter additional css in customizer:
@media (max-width: 420px) {
body {
font-size: 16px;
}
But i think that this code comes from a former theme.
But if i delete it, then the borders around the container disapear.
Is this code from marketer? And why does the container disapears, if i delete it?
Hi there,
No that CSS isn't added by Marketer and it should have nothing to do with the border.
Perhaps removing that CSS above introduced a syntax error which stops the border CSS from executing? It's missing a closing bracket.
Thanks Leo, yes you are right. There was a problem with the bracket. Thanks, now i deletet it successful.
No problem :)