As you'll see from the provided link, the filters I've created are spilling outside the container or wrapper of the page in general. I haven't found a wrapper or container for the filters in order to change this. How can I alter the css in order to keep the filters inside the wrapper or container of the rest of the site?
As you'll see from the provided link, the filters I've created are spilling outside the container or wrapper of the page in general. I haven't found a wrapper or container for the filters in order to change this. How can I alter the css in order to keep the filters inside the wrapper or container of the rest of the site?
Hi you can configure it via css
for example specifying the margins for filters
#filters {
margin-left: 160px;
margin-right: 160px;
width: auto;
}
but best is to add the styles in media queries for different screen widths
thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thank you - that closes this matter!