PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

css to make select fields in one 1 row or maybe 2 rows and below the price filter

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hello

is there any  proposed  css   or maybe some template for using filters in pages  and not in sidebars  :

For example i would like to  make select fields in one  row or maybe 2 rows

and below the price filter?

thanks

 

Hello

To  add  filter  on  pages, please,  use a  shortcode - https://products-filter.com/shortcode/woof

hello

Yes i now that , ive already add it  with a shortcode

but would like to achieve a design of   1 single  raw  containing all the select fileds  and just below the price filter.

if there is any template or css classes you may suggest

thanks

Hello

In this case you need custom CSS

Class - woof_container

Thanks

somethings like this does the trik to fill more select items in one raw.

.woof_sid_auto_shortcode .woof_container {
float: left;
width: 20%;
}

Hello

Great!  Thank you for your cooperation

for better mobile responsiveness  and also for  the custom page  shortcodes

@media only screen and (min-width: 768px) {
.woof_sid_auto_shortcode .woof_container {
float: left;
width: 20%;
}
}
@media only screen and (min-width: 768px) {
.woof_container {
float: left!important;
width: 20%;
}

 

You are Welcome!

Hello

Ok! Thank you