mobile view

This topic contains 4 replies, has 3 voices, and was last updated by  Abel Romero 6 years, 6 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #402265

    Abel Romero
    Expired Member
    Post count: 206

    Hello

    Can we remove the category filter from the right side of the map?
    I’m interested in removing it, but only with the mobile view because it annoys!

    https://www.amazon.es/clouddrive/share/cIBQk4X46ckhDwbjIH7ghWoZgUcEnpmVrJXclbZrxSS

    Thank you very much

    #402267

    Kiran
    Moderator
    Post count: 7069

    Hi Abel,

    Add following snippet code to GeoDirectory > Design > Scripts > CSS.

    
    
    @media only screen and (max-width: 768px) {
        .geodir-map-home-page .geodir_toggle ul.main_list {
    		display: none;
    	}
    }

    Kiran

    #402269

    Abel Romero
    Expired Member
    Post count: 206
    This reply has been marked as private.
    #402278

    Kor
    Moderator
    Post count: 16516

    Hi Adel,

    Replace the above with this and see if it works.

    
    
    @media only screen and (max-width: 768px) {
        .geodir-map-home-page .geodir_toggle ul.main_list {
    		display: none;
    	}
    	.map_category {
            display:none;
        }
    }
    #402367

    Abel Romero
    Expired Member
    Post count: 206

    Hello

    It works well!

    Thanks Kiran!

Viewing 5 posts - 1 through 5 (of 5 total)

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

Open Support Ticket