Hello,
I was trying to fix a problem with Contact form 7, and they suggested to deactivate all plugins, which I did. But after getting them back on, the website doesnt work on mobile and tables. Im not sure if its problem with the theme though. Is it?
The website is printintin.cz
Thank you!
Hi,
Thank you for writing. I hope you’re doing well.
Hi André,
Thanks for the follow-up! I’m happy it worked đŸ™‚
Would you please add the following custom CSS:
@media all and (max-width: 767px) {
.nice_row-inner, .vc_inner, .row-inner {
display: block;
}
.background-inner:empty {
display: initial !important;
}
}
Best,
Juan