Site logo

Archived topic

Full Width Not Working

4 replies · Started by Jonathan Noel on May 4, 2018

Viewing posts 1–5 of 5

Hi,

I am using Elementor Pro page builder. I encountered a left and right padding even though I set all the settings to full-width both in Elementor Page builder and theme settings. Please see the image I have attached Screenshot

I hope you could fix this.

Kind regards,

Kwing

Hi there,

Can you link me to the page?

Widgetkit for Elementor is adding this CSS:

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

You can overwrite it with this CSS:

.site.container {
    padding-left: 0;
    padding-right: 0;
}
This archived topic is closed to new replies.