+ Reply to Thread
Results 1 to 5 of 5

Thread: Expand symbol to search sidebar

  1. #1

    Expand symbol to search sidebar

    Hi there...

    At mobile view the search side bar have a plus(+) symbol.
    How can we add it at the web view?
    By default to be non-expanded?

    The box works "expand" only if you push the word SEARCH.i Understood it incidentally.

    search.pngsearch(+).png

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

    Go to ftp > templates > css > style.css

    find section.side_block span.expander (~4996)

    and remove display: none;


    also find section.side_block > span.expander (~4059)

    and remove margin-top: 10px;

  3. #3
    Hello Rudi,

    Similar to this thread, how to make the search box in mobile view to looks like (Search +) at the top, just to save the space\scrolling and quickly access to search in particular category.
    IMG_4158.jpgIMG_4158.jpg

  4. #4
    How can be -By default- the search as non-expanded?
    search`1.png

    will be also filters plugin non-expanded?i want filters to be expanded and search to be non-expanded.

  5. #5
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    It will require additional modifications in the code to achieve this

    If you have support you can create a ticket

+ Reply to Thread