Reply To: Sections with HTML editor

Home Forums Support Sections with HTML editor Reply To: Sections with HTML editor

Home Forums Support Sections with HTML editor Reply To: Sections with HTML editor

#209345
Tom
Lead Developer
Lead Developer

Ah I gotcha.

Do you have our Simple CSS plugin? If not, get it: https://wordpress.org/plugins/simple-css/

Then on that page, find the Simple CSS metabox and add this:

.separate-containers .inside-article {
    padding: 0;
}

So on that page, the padding will be removed and you’re free to add your HTML sections 🙂