• Resolved saksaksak

    (@saksaksak)


    Hi,
    The GMap-Homepage is very nice for the desktop view. But it takes up the whole space on the mobile phone. Is there a way to disable it ony for the mobile view?
    Best.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Paolo

    (@paoltaia)

    With css and media queries you can hide it for mobile.

    Try adding this to GeoDirectory >> Design >> Scripts >> Custom CSS.

    @media all and (max-width:320px) {
    .stick_trigger_container {
        display: none;
    }}

    Let us know if that’s what you wanted.

    Thread Starter saksaksak

    (@saksaksak)

    Excellent. Thank you very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile view: Not to display the Gmap-homepage on homepage’ is closed to new replies.