• Aside from the other issues in the latest update that I just reported, I might as well state this. The plugin uses bootstrap and along with that 33% width when you choose 3 across. That does not allow for any padding that may come in the themes we use. As a result, there can only be 2 per row. This requires custom styling to get it to work. Would be good to have a setting to accommodate padding.

Viewing 1 replies (of 1 total)
  • Hi @katandmouse,

    Your fusion plugin’s styles are overriding our plugin styles that’s why you are facing this issue.
    Please add Custom CSS to add padding.

    .cfb_wrapper .col-md-12 {
    padding: 10px !important;
    }

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘grid not allowing for padding’ is closed to new replies.