Product filters on top in the mobile version

Hello, I would like that in the mobile version, the filters of the store’s products will be found on the top instead of on the bottom, since it would be easier for the user to use them. How can I achieve it? I leave on a safe note my url and the access data.

Thank you so much.

Hello Felipe,

Thanks for asking. :slight_smile:

Looks like there’s some issues with your website as I am getting Error 524 timeout error message. Having said that, you can add following CSS under X > Theme Options > CSS:

.x-container.max {
    display: table;
}
.x-main.left, aside.x-sidebar.right {display: table-footer-group;}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

1 Like

Thank you so much!!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.