Okay
  Public Ticket #3463120
WP Bakery problem
Closed

Comments

  • vink started the conversation

    Page displays without margins, there is some problem with wpbakery plugin

    Attached files:  problem.png

  •  867
    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


  • vink replied

    I don't use this on real server. First I test this in Local, all plugins installed, only wp bakery show message about upgrade but this is paid plugin.

  • vink replied

    i found that <section class="wpb-content-wrapper"> is problem, everything in it is full width and looks bad.

  •  867
    Neuron replied

    Hi @vink,

    Can you please try to add the following CSS code at Dashboard > Proton Options > General > 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;
        }
    }

    Please let me know if it works.

    Feel free to ask for anything you need.

    Kind Regards


  • vink replied

    Hi, 

    Yes this help, now page looks correct :)

  •  867
    Neuron replied

    You are welcome anytime, feel free to ask for anything you need

    If you like our theme, please leave us a rate of 5 stars at ThemeForest, that would help us a lot.

    Kind Regards,
    NeuronThemes