Viewing 6 replies - 1 through 6 (of 6 total)
  • 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).

    Thread Starter delecroixfr

    (@delecroixfr)

    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.

    Thread Starter delecroixfr

    (@delecroixfr)

    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?

    Thread Starter delecroixfr

    (@delecroixfr)

    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">
    Thread Starter delecroixfr

    (@delecroixfr)

    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;
    }
    Francesco Grasso

    (@francgrasso)

    YITH Support Representative

    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 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Layout issue with new update’ is closed to new replies.