Hi,
You could try to set Fixed Width for Main Container Type in theme options.
Enter custom CSS(“Appearance > Customize: Additional CSS”) for the Page:
@media (min-width: 768px){
.page .container-class.container, .page .container-class.container .bm-builder .col-0.bm-wrap:not(.bm-force-full),
.page .container-class.container .bm-builder .col-0:not(.bm-wrap):not(.bm-force-full) .filters-ul {
width:100%;
padding-left: 60px!important;
padding-right: 60px!important;
}
}
ps: I declare that we have not fully tested the CSS.
It may cause some issues. It doesn’t work on the BM backend editor, it only works on the front-end pages.
Regards!
SeaTheme – SeaTheme.net – Twitter – Facebook