Archived topic
Full Width Not Working
4 replies · Started by Jonathan Noel on May 4, 2018
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 
I hope you could fix this.
Kind regards,
Kwing
Here is the link to the image screenshot.
https://www.dropbox.com/s/eg1ou3bzsw96dfd/Screen%20Shot%202018-05-05%20at%2012.02.14%20AM.png?dl=0
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;
}