Hi
I find problem with 3 columns and 4 columns in foother on mobile.
In private area you can find screencast and direct link into that page.
This problem is only on that page on another works great.
I was trying to remove all css and optimisation plugin but it is still
Can you check?
Thank you
BR
Krzysztof
Hey Krzysztof,
Can you disable caching and minification for now?
Best regards,
Victoria
HI
Yes, I just do that
Hi Krzysztof,
Looks like some css is missing, you might want to reupload a fresh copy of the folder with the theme css
or try using this code:
@media only screen and (max-width: 767px) {
div .av_one_third {
margin-left: 0%;
width: 100%;
height: auto;
}
}
Best regards,
Victoria
Hi
Thank you. It works but 4 columns in foother is still brocken.
It is funny because it is only on that page. On another I have the same and works great
BR
Krzysztof
Hi,
Sorry for the late reply, for some reason, it looks like your mobile brake point is not working right there, perhaps there is a conflict in your custom css.
Please try adding this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
@media only screen and (max-width: 767px) {
div .av_one_fourth {
margin-left: 0 !important;
width: 100% !important;
}
}
Best regards,
Mike