Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #372022

    Hey guys. I want the 2 div’s on the google map with the h1 tags to be responsive. Can u help me pls

    #372168

    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

    #375202

    sorry i was on vacation. i think it works with #textmap h1 ….. but yeah it solved the problem

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Responsive DIV'S on a map’ is closed to new replies.