[Resolved] columns issue with plugins

Home Forums Support [Resolved] columns issue with plugins

Home Forums Support columns issue with plugins

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #971303
    Gonzalo

    hi there!
    in a new site, I’m using a new plugin – Qubely – from gutenberg editor.
    The column don’t work, please look here:
    http://prntscr.com/om30l2
    I have 2 columns. It doesn’t work with 3 or 4 either, the last column is below.

    I test other themes, and this plugin work 🙁

    Can you help me?

    Best regards

    #971316
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    .qubely-column {
        box-sizing: border-box;
    }

    Some themes add the box-sizing: border-box; to ALL elements on the page, which can conflict with elements that require the default box-sizing ( as well as being poor coding ) hence GP doesn’t add it. You may want to feedback the the above CSS to the plugin author.

    #971334
    Gonzalo

    thank you David, work perfectly!

    #971373
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.