Reply To: Set padding of container to 0 -> horizontal scrolling

Home Forums Support Set padding of container to 0 -> horizontal scrolling Reply To: Set padding of container to 0 -> horizontal scrolling

Home Forums Support Set padding of container to 0 -> horizontal scrolling Reply To: Set padding of container to 0 -> horizontal scrolling

#229700
Tom
Lead Developer
Lead Developer

I believe this is being caused by Site Origin Page Builder.

This CSS specifically:

#hero .panel-grid-cell {
    padding-left: 15px;
    padding-right: 15px;
}

You can set the padding in the CSS above to 0px and it should go away.