Hi,
I need to alter the mobile version CSS for the Illdy theme. Is there a way to override it?
Currently, because I have a long word in the title, it’s not fully visible.
In short, what I need to do is change the font to 32px here, instead of 40px:
@media only screen and (max-width: 320px) {
#header .bottom-header h2 {
font-size: 40px;
}
…
}
Cheers,
Iulian.