inboundnow / retired-landing-pages

Create landing pages for your WordPress site. Monitor and improve conversion rates, run A/B split tests, customize your own templates and more.
http://www.inboundnow.com/landing-pages/
GNU General Public License v2.0
4 stars 2 forks source link

Acacia FAQ repeater row outputting an additonal empty FAQ section #246

Closed DavidWells closed 9 years ago

DavidWells commented 9 years ago

The editor has 3 FAQ sections and the output has 4. See: http://www.screencast.com/t/t9M9j8YP

daprela commented 9 years ago

Yes, this is made on purpose. When the FAQ layout in on two columns, in case the FAQs are in odd number you need to add an empty box to make them even, or the button comes misaligned. I was looking for a better and simpler solution than this, I will keep experimenting

DavidWells commented 9 years ago

Aha I see. The editor was triggering the breakpoint so they were all inline.

We can probably just use CSS to add the new line instead of the extra content

On Wed, Sep 9, 2015 at 6:59 PM, Giulio notifications@github.com wrote:

Yes, this is made on purpose. When the FAQ layout in on two columns, in case the FAQs are in odd number you need to add an empty box to make them even, or the button comes misaligned. I was looking for a better and simpler solution than this, I will keep experimenting

— Reply to this email directly or view it on GitHub https://github.com/inboundnow/landing-pages/issues/246#issuecomment-139094063 .

daprela commented 9 years ago

Problem solved, I got rid of the empty section and fixed the button alignment problem