Reply To: Sections Add-On

Home Forums Support Sections Add-On Reply To: Sections Add-On

Home Forums Support Sections Add-On Reply To: Sections Add-On

#105372
Tom
Lead Developer
Lead Developer

Hi there,

1. When Sections are enabled, sidebar widgets are removed. This is because generally sections are meant for full width sections of content, which doesn’t allow for any sidebars. I may change this in the future, but I’m not sure how I would incorporate sidebars as of right now.

2. Not sure what you mean here? As long as the container is set to contained, it shouldn’t stretch out further than your contained navbar. Can I get a link to see this?

3. Parallax only works when a background image is set – it creates a cool effect when scrolling.

4. I wouldn’t add sections just to create a space, instead, give your section a custom class, like “section-margin”. Then, add this CSS:

.section-margin {
      margin-bottom: 20px;
}

Hope this helps 🙂