Hey guys. I want the 2 div’s on the google map with the h1 tags to be responsive. Can u help me pls
Hey Patrick!
Add this to your custom CSS.
@media only screen and (max-width: 479px) {
#wrapperMap .textmap h1 { font-size: 20px !important; }
#wrapperMap .text2map h1 { font-size: 15px !important; }
}
Cheers!
Elliott
sorry i was on vacation. i think it works with #textmap h1 ….. but yeah it solved the problem