YITH Support Representative
Hi there,
if you use Elementor in full site width you should check if you have Proteo header.php file overwritten in child theme and fix it according to that of the latest version of Proteo (which offers full support for Elementor full width).
How can I do it?
I am using header by elementor, I never had this issue on the previous version, only happened at last update.
Hello
No news, from the update who offers full support for Elementor full width, my website isn’t anymore compatible with elementor on mobile version. Before it was functionning fine. So how to adjust for the new version?
Do i need to change this part?
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="https://gmpg.org/xfn/11">
Issue has been solve by changing from initial 15px to 0px for padding
.container {
width: 100%;
padding-right: 0px!;
padding-left: 0px;
margin-right: auto;
margin-left: auto;
}
Hi there,
sorry but the topic was really down the list and I’ve noticed it only now…
however I’m happy you solved the issue with that css snippet.
Thanks also for sharing it here in the forum, this way other users with the same issue can benefit of your kind help 🙂