Left & Right padding for columns is not removed even when we set it to 0 from the left settings menu on the website/funnel builder. You can use Custom CSS to resolve this.


Here is the css which you can use:


#yourSelector
{
padding-left: 0px;
padding-right: 0px;
}