I am using the newspaper theme with default pro.
This is my website.
In the mobile view (not AMP and not mobile theme, just mobile view), there is a white side on the right-hand side. And the contents just like shift to the left and out of the container.
No layout and CSS were modified, and no problem before update to the newest version.
Cannot solved even I install the previous version of the plugin and theme.
Thanks!
Hi,
Is look that there is an extra css that is apply on the mobile version.
.vc_row {
margin-left: -15px;
margin-right: -15px;
}
Please set this code -> https://i.imgur.com/eVRcz6f.png
.single .vc_row {
margin-left: 0px;
margin-right: 0px;
}
In theme panel> custom code> advance css> phone css.
Hope it will help you!
Thank you!
Thanks, it works. But don’t know why there is an “extra css” after update the theme and required plugin.
Beside, with the same website, I don’t know why it keeps showing the mobile view (again, not mobile theme and AMP) even I use Google Chrome in my desktop.
Thanks!
Hi,
Yes, I see that you have now the responsive version https://i.imgur.com/GDXuTbn.png to have the mobile theme, make sure that you have set one of those options -> https://i.imgur.com/hnp8zDA.png
Also make sure that this problem is not from cache plugin that you are using.
Thank you!
Hi,
Yes, that template has a responsive version for mobile.
Also I checked your website and you are using the responsive version as you mentioned -> https://i.imgur.com/C8F8gy3.png and you are using the mobile theme plugin with the amp option -> https://i.imgur.com/9kvxokC.png to be use only for amp -> https://i.imgur.com/a1FhqA5.png
Thank you!
Hi,
I think that you are referring that it need to be display link this https://i.imgur.com/bauUmaf.png and is like this -> https://i.imgur.com/DPOm8o1.png this is because you are using some plugins and are in conflict with tagdiv Cloud Library, for example when you are using tagDiv Cloud Library with WPBakery.
Please try only with theme plugins, if the problem persists, please provide a link where I can inspect the situation.
Thank you!