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

Product filter results not occupying full_width

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.

So using StoreFront theme I am not able to get the product catalog or search results to occupy the full_width. I have tried to use css but have no luck, can you give me some help.

Is there anyway to make the number of columns of the search/filter results or the product catalog fully responsive to the space availble.

 

Thank you

This is not working

/*full with */
.site-content {
width: 100%;
}
.container.grid-container {
max-width: 100%;
}

 

Hello

My plugin does not affect the product display template.

Contact  to StoreFront theme support

Thanks that is good to know. Storefront support ignored my question. But I found the answer by inspecting chrome.

 

For anyone else you can try the following css

 

/* full width */
.col-full {
max-width: 100%;
margin-left: auto;
margin-right: auto;
}

Hello

Thank you for  cooperation!