Hello. I am currently using media queries to adjust the font sizes and other elements for different devices. I attempted to create media queries for the headers but for some reason they do not work, even when I set the font size in the “advanced styling” header options to default. Is there a way to make it so that the media query css is recognized and put in higher priority over whatever the default setting is?
Thank you!
Hey peanuttario,
You can try adding !important;
at the end of the arguments which are not applying.
Thanks,
Rikard
Not sure why I didn’t try that before. It worked. Thank you Rikard! You can close this ticket.