Filter display in mobile version

  • Posts: 220
  • Thank you received: 10
1 year 3 months ago #353798

Hi, is it possible to set up the display of filters in such a way that they are so beautiful in the mobile issue above the products and are assembled so compactly?



This message contains confidential information

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 4747
  • Thank you received: 644
  • MODERATOR
1 year 3 months ago #353801

Hello,

In your relative module filter, you will find the option "Collapsable filters" from your needs, we think you want to put on "Mobile devices".
Hope this will fit your expectations.

Regards

Last edit: 1 year 3 months ago by Philip.

Please Log in or Create an account to join the conversation.

  • Posts: 220
  • Thank you received: 10
1 year 3 months ago #353836

Hello. Tested it, but how to make it more compact like on this site? And so that it is displayed on top only for the mobile version?

Please Log in or Create an account to join the conversation.

  • Posts: 4747
  • Thank you received: 644
  • MODERATOR
1 year 3 months ago #353840

Hello,

If you want to change the display in collapse mode BUT also change the position but in mobile mode, this is possible via CSS.
Follow me step by step :
- Have a look on this documentation to learn how to add Custom Css
- For build the godd selector and impact the module filter only when it's required
1. Use your browser inspector tool with right-click => inspect
2. A new window will be display to show the html to find the required html class (mobile filter only)
3. Build your Css command :

.mobile_only_filter_class {
   // Your Css command
   height: 10px; // or else...
   width: 70px; // or else...
   etc... 
 }

Note that to move the position of your filter module even if it remains possible, it will be more touchy.
Some Css command like "position: relative;" OR "position: absolute;" OR "position: fixed;" can be solution for you but it must be used with subtlety.

Regards

Last edit: 1 year 3 months ago by Philip.
The following user(s) said Thank You: ilyaminsk

Please Log in or Create an account to join the conversation.

Time to create page: 0.069 seconds
Powered by Kunena Forum