legend removal on mobile view

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

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

Open Support Ticket
  • Author
    Posts
  • #542473

    Hunter Solano
    Free User
    Post count: 1

    Hi, I’ve tried editing CSS and everything that has been suggested, but I absolutely have not been able to find luck with minimizing or removing map legend on mobile view.

    #542478

    Kor
    Moderator
    Post count: 16516

    Hi Hunter Solano,

    Thanks for your post. Could you share the URL of the page in question? Also, highlight it using screenshots so that I know what you need.

    #542505

    Hunter Solano
    Free User
    Post count: 1
    This reply has been marked as private.
    #542913

    Kor
    Moderator
    Post count: 16516

    Hi hunter,

    Thanks for your reply and I apologize for the late response. Insert the custom CSS code below into WP > Appearance > Customize > Additional CSS.

    @media only screen and (max-width: 600px) {
      div#gd_map_canvas_directory_cat {display:none;}
    }
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