soflyy / breakdance-bugs

Bug reports from Breakdance users.
40 stars 6 forks source link

Section -> Template Content Area -> Section - parent section settings apply to child #934

Open orhanbilikvar opened 1 year ago

orhanbilikvar commented 1 year ago

Clarification from Louis:

Create a single post template. Add a section, and put a Template Content Area inside it. Then edit a single post with Breakdance and add a section.


Original Post:

The section settings we use in Single Template affect the section-containers we use in the page. I am solving it with code as below, but it may be confusing for many users.

article > .section-container { width: 100%!important; max-width: none!important; }

BD 1.4

section-conta

flowww-dev commented 10 months ago

yes, the section should always use .section > .section-container. Always all container elements should use ">".