hello,
i want that the menü-items get another font-size between the device-size of 1100 px and 980 px. I use the following css-code:
@media only screen and (max-width: 1100px) and (min-width: 980px) {
.header_color div {font-size: 87% !important;}
But it does not work… can you help me with this?