Hi!
I have an issue with my css code which is not working and I don't know where I made the mistake.
Website: https://www.gyimesigabi.hu/rolam
Password: Zara5000
I want my text in this block (#block-93e05d87c6318fa8622d) to be smaller between 767px-1400px width sceens.
I tried with this code:
@media only screen and (min-width: 767px)(max-width:1400px){#block-93e05d87c6318fa8622d h2 {font-size:10px!important;letter-spacing:1px!important;}}
...but nothing changed.
Can you help me what should I correct?
How you can see only my tablet view (769px-1200px) is messed up. (I want the text above the images). Since I can't tweek them in fluid engine cause no tablet view, I tried some css, but I have no solution still.