Hi:
I have been using the following code for a long time onother Enfold Websites to make the title text smaller on smaller desktop computers – 10 and 12″, but on this site it does not appear to be working and I’m not sure why:
/*FIX SLIDER ON SMALLER DESKTOPS*/
@media only screen and (max-width: 1024px) {
.responsive #top .slideshow_caption h2 {
font-size: 35px !important;
}}
I’ve tried different versions, or other selectors, to no avail. Help?