Hi,
I would like to set the module filter boxes horizontally in stead of vertically. Can you tell me how to do that?
Best regards
Ruben Laman
Latest post by sakinho on Thursday, 11 January 2024 16:24 EET
Hi,
I would like to set the module filter boxes horizontally in stead of vertically. Can you tell me how to do that?
Best regards
Ruben Laman
Hi
Please open a css file of your template suitable for adding custom css.
Usually be named user.css (in cassiopeia) or custom.css in other templates.
There add the following code:
.mod-jfilters_filters {
display: flex;
gap: 2rem;
}
Do not forget to clear your browser's cache (Ctr + Shift + R) once your visit the front-end page of interest.
Also the filtering module should be loaded in a module position, that has enough width to fit the filters horizontally.
Kind regards,
Sakis Terzis
Founder and Lead Developer