+ Reply to Thread
Results 1 to 5 of 5

Thread: how to disable Similar listing on mobile version of Realty map template?

  1. #1

    how to disable Similar listing on mobile version of Realty map template?

    Hello folks
    I want to disable similar listings on mobile version of my site on realty map template.

    Is that a code change or admin panel fix?

    thanks

  2. #2
    Hello Maaz,

    If you want you can create a ticket with your request and we will do it for you.
    But if you want to do it yourself I can help you but your site doesn't work for me.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Hello again Viktor, I really want to do it myself. I have two licenses, I want it for http://kurdbazar24.com not the other site.

  4. #4
    Hello Maaz,

    Go to ftp://templates>>your_template>>css>>style.css
    find line:
    /*** MOBILE VIEW ***/
    @media screen and (max-width: 767px) {

    and add new code below:

    section.similarListings {
    display: none !important;
    }

    save and check again.
    Viktor,
    Flynax technical department,
    Best wishes.

  5. #5
    thank you very much Viktor, have a nice day.

+ Reply to Thread