+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Realty Nova Teaser "Too many ads found" box obscured by zoom buttons, obscures search

  1. #11
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Here is the fix for warning box overlapping:

    go to your_site_directory > templates > css > style.css > find div.notification (~4484 row)

    change:

    z-index: 100;

    to:

    z-index: 101;


    then in header.page-header selector (~600 row)

    change z-index: 101; to z-index: 102;


    you can encrease the number of listings on the map in mobile: Common > Basic Settings > Google Maps > Limit of listings on map (mobile)

  2. #12
    Senior Member
    Join Date
    Sep 2019
    Location
    Australia mate.
    Posts
    164
    Quote Originally Posted by Rudi View Post
    Here is the fix for warning box overlapping:
    Thanks Rudi, as I don't actually have the template installed yet and can't test the fix I assume this just pops the warning box to the front of all other elements and doesn't move it's vertical position at all?

+ Reply to Thread