White space on the left and down of wordpress theme

19 views Asked by At

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;
}

website link

I tried modifying the css but it didn't work

1

There are 1 answers

1
vijaypolamarasetti On

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