I’m having a problem with the theme, where a large empty space appears on the left And down on all pages When I browse it on the phone, it only appears with the Chrome browser. I think the problem has something to do with css, but I tried many attempts and they did not work.
This css code is added by default with the theme:
@media (max-width: 991px) {
.demo-marketplace .style-marketplace.filter-course .lp-form-course-filter .course-filter-submit {
margin: 0;
}
}
.thim-header-info > li svg {
width: max-content;
}
I tried modifying the css but it didn't work
Adjust the width of SVG elements in thim-header-info Remove margin from the .style-marketplace.filter-course .lp-form-course-filter .course-filter-submit element