• Resolved thatryan

    (@thatryan)


    Hi there, first, love this plugin! Best testimonials one I have used, thank you.
    I am having an issue with columns display I cannot figure out why three columns are breaking, second one is showing below others. Any thoughts?

    https://sequoiaims.com/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Chris Dillon

    (@cdillon27)

    Thanks, Ryan.

    That is odd. Columns work in my copy of Enfold. And if you add up the elements width in that block, they equal the container width so the last one shouldn’t be bumped down.

    But I got this to work:

    .strong-content.strong-columns .testimonial {
      display: block;
    }
    

    And this may help:

    .strong-view.default .strong-content.strong-columns {
      margin-bottom: 20px;
    }
    
    • This reply was modified 7 years, 4 months ago by Chris Dillon.
    Plugin Contributor Chris Dillon

    (@cdillon27)

    Hi Ryan, Any news on this?

    Thread Starter thatryan

    (@thatryan)

    Hey Chris,

    Super sorry man I saw your reply come in a while ago and got sidetracked and forgot!

    I just tried it and yeah that fixes it, so Ill have to figure out what is causing it. I have it activated on a MultiSite, so need to find best way to apply globally.

    Odd thing, it is not the last column getting bumped, but the middle one..

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Columns Breaking’ is closed to new replies.