Mobile Map

This topic contains 3 replies, has 2 voices, and was last updated by  Kor 5 years, 9 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #442195

    Timothy Cermak
    Full Member
    Post count: 96

    I have a question about the map appearance on mobile.

    Is it possible to:

    A) Move the map to the bottom section
    b) Turn the map off completely on mobile

    #442200

    Kor
    Moderator
    Post count: 16516

    Hi Timothy,

    Thanks for your reply. Could you elaborate a little bit about what you mean by “Move the map to the bottom section”? If you want to turn off the map completely on mobile, you can use custom CSS code to remove it.

    Thanks!

    #442203

    Timothy Cermak
    Full Member
    Post count: 96

    I think removing it completely would be the best option. Any idea on what the css for that would look like. i wouldnt even know where to start for that

    #442224

    Kor
    Moderator
    Post count: 16516

    Hi Timothy,

    Thanks for your reply. You can achieve this by using the custom CSS code below. Insert into Gd > Design > Scripts > Custom Style CSS

    
    
    @media only screen and (max-width: 600px) {
        div#sticky_map_geodir_map_v3_home_map_1 {display:none!important}
    }
Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket