+ Reply to Thread
Results 1 to 5 of 5

Thread: Filter box at mobile size display

  1. #1
    Senior Member
    Join Date
    Nov 2016
    Posts
    109

    Filter box at mobile size display

    How can I make filter box display from [+] to [-] at filter boxes while mobile screen size?
    Screenshot_7.jpg

  2. #2
    You can change it in styles only.

    Open file: ftp://templates>>your_template>>css>>style.css

    at line: 4189 find:
    Code:
    Only registered members can view the code.
    change to:
    Code:
    Only registered members can view the code.
    __________________________________________________ __
    at line: 4201 find:

    Code:
    Only registered members can view the code.
    change to:
    Code:
    Only registered members can view the code.
    __________________________________________________ __
    then find line: 8653
    Code:
    Only registered members can view the code.
    replace to:
    Code:
    Only registered members can view the code.
    __________________________________________________ __
    then find line: 8657
    Code:
    Only registered members can view the code.
    replace to:
    Code:
    Only registered members can view the code.
    save and check again.
    Viktor,
    Flynax technical department,
    Best wishes.

  3. #3
    Senior Member
    Join Date
    Nov 2016
    Posts
    109
    Hi Victor
    Thank you for your helps. But I think there is a mistake. [+] shape now [-] but it is not showing categories. I want to see categories open by default. I think I made mistake while I ask to question. Sorry
    Screenshot_10.jpg
    Last edited by Halit Kincal; April 9, 2019 at 04:48 PM.

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,174
    Hello,

    you should go to templates >js > lib.js > find screen and (max-width: 767px)

    comment out or remove code below:

    Code:
    Only registered members can view the code.

  5. #5
    Senior Member
    Join Date
    Nov 2016
    Posts
    109
    Thank you Rudi and Victor

+ Reply to Thread