Okay
  Public Ticket #3161940
Page margins left/right gone with WP 6.1
Closed

Comments

  • travelino started the conversation

    Hi at Neuron! 

    we are using Proton successfully since 4-5 years. But with the update to WP 6.1, the page margins left/right are gone. So we had to take down the site

    Any hint or help how to fix? 

    Much appreciated, best, 

    Thomas

    Attached files:  Bildschirmfoto 2022-11-07 um 15.20.37.png

  •  866
    Neuron replied

    Hi,

    Can you please provide me with your wp-admin, I will have a quick look to see what's going on.

    Feel free to ask for anything you need.

    Kind Regards


  •   travelino replied privately
  •   travelino replied privately
  •  866
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    Please make sure that you're running the latest version of the Proton theme and Neuron Core plugin.

    Proton Theme Version 1.4.8
    

    You can update the theme directly on your dashboard, via the plugin below: 

    https://envato.com/market-plugin/

    Feel free to ask for anything you need.

    Kind Regards


  • travelino replied

    Hi, 

    We are still having immense problems with the page margins left/right. It seems some related to Proton and WPBakery Page Builder. 

    We have also updated to 

    Proton Theme Version 1.4.8
    

    but no changes. 

    Any chances you can near time fix this issue? For us. it is getting vital...

    Thanks an best regards, Thomas

  •  866
    Neuron replied

    Hi,

    I've just fixed it by adding the following CSS code at Dashboard > Proton Options > Custom CSS,

    @media (min-width: 1200px) {
        .n-container {
            width: 1170px !important;
            margin: auto !important;
            padding-left: 0;
            padding-right: 0;
        }    
    }
    @media (min-width: 768px) {
        .n-container {
            width: 750px !important;
            margin: auto !important;
            padding-left: 0;
            padding-right: 0;
        }
    }
    @media (min-width: 1140px) {
        .n-container {
            width: 1140px !important;
            margin: auto !important;
            padding-left: 0;
            padding-right: 0;
        }
    }
    

    Feel free to ask for anything you need.

    Kind Regards