Hello
I have a problem with the proper display of the mobile view my page. Some pages – page offer – looks strange in view of the phone. Unfortunately I can not attach screenshots.
Regards
QeeQac
Hi qeeqac!
You can attach screenshots by uploading them to for instance imgur.com or a public dropbox folder and then linking to them here. I saw a few problem areas on your site, please try to add the following to Quick CSS:
@media only screen and (max-width: 767px) {
.page-id-2852 .avia-builder-el-56, .page-id-2852 .avia-builder-el-65 {
width:100% !important;
}
}
Best regards,
Rikard
Hey!
Thanks for the screenshot, did you try the CSS I gave you and did it work out? I think you’ve made some CSS changes yourself, like the icons for instance. Try this as well in Quick CSS:
@media only screen and (max-width: 767px) {
.av-icon-char {
font-size: auto !important;
line-height: auto !important;
}
}
Regards,
Rikard