+ Reply to Thread
Results 1 to 10 of 10

Thread: The advanced search URL covers the search button on mobile version

  1. #1

    The advanced search URL covers the search button on mobile version

    Could you help fixing The advanced search URL covers the search button on mobile version
    Image attachedScreenshot_2017-12-17-18-25-31.jpg

  2. #2
    Do you mean Mobile view or Mobile version (Android or iOS)?
    Also please show us, link address of the problem.
    Last edited by Bahram Soltanirad; December 18, 2017 at 09:11 AM.

  3. #3
    I mean Mobile view

  4. #4
    any help
    users complain that they can't search

  5. #5
    Which flynax software/version/template do you use? can you show us an URL of the problem?

  6. #6
    https://www.msrcar.com/

    iam using auto wide template
    4.6.1

  7. #7
    Hello Mahmoud,

    Kindly, i requested URL of the problem.
    Ok, i checked it with URL i guessed, and it seems there is no problem in mobile view.

    http://mobiletest.me/google_nexus_7_...l#listings_tab

  8. #8
    You can see it in search form of the home page not in the search page

  9. #9
    Ok, sorry for misunderstanding about URL of the problem.

    I have not auto classified and 4.6.1, so It is a little difficult to solve the problem.
    But i guess go to your_template_folder/css/style.css
    Find:
    Code:
    Only registered members can view the code.
    Change to:
    Code:
    Only registered members can view the code.
    Also test with
    Code:
    Only registered members can view the code.
    OR
    Code:
    Only registered members can view the code.
    and check which one correct the problem.

  10. #10
    thanks with this

    find

    section.horizontal-search a.advanced_search {
    position: absolute;
    margin: -29px 10px 0;
    }

    replace with

    section.horizontal-search a.advanced_search {
    position: absolute;
    margin: -29px 100px 0;
    }


    solved

+ Reply to Thread