• Resolved heerenleed

    (@heerenleed)


    Hi, I have been using twentig with the 2021 theme for a while now, to my satisfaction. However, I recently noticed that some columns with images that I set to overlap do not overlap anymore. They do when I deactivate Twentig. Can anyone help with this? I do want the columns to do what they should do (overlap) and I do want to continue using Twentig, for instance centering the main menu which is strangely still not a standard WordPress possibility. Thanks for any help.
    Peter

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Yann

    (@collet)

    Hi Peter,

    Thanks for the feedback. We’ll fix this issue in the next release. In the meantime, if you want to fix it, you can add the following CSS code in the Customizer > Additional CSS panel:

    @media only screen and (min-width: 652px) {
        .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) {
            margin-left: calc(-2 * var(--global--spacing-horizontal)) !important;
        }
    }

    Have a nice day,
    Yann

    Thread Starter heerenleed

    (@heerenleed)

    Hi Yann, thanks for your quick reply. However, I tried the code you provided, but unfortunately this changes nothing. I hope the next release will come soon, as I can´t (temporarily) deactivate Twentig without breaking other things in my website.

    Plugin Support Yann

    (@collet)

    Hi Peter,

    We’ve just released Twentig 1.5.3, which should restore the overlapping columns style. Please let me know if you still encounter any issues.

    Have a nice day,
    Yann

    Thread Starter heerenleed

    (@heerenleed)

    Thank you very much for letting me know, I already saw the plugin updated and yes, the overlapping functionality is back on my pages. Over the moon! It was the only issue I ever came across with this plugin. As before, it works a treat now! Thanks again.
    Cheers, Peter

    Plugin Support Yann

    (@collet)

    Thank you for the heads up! Glad it works 🙂
    Yann

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘twentig breaks overlapping columns’ is closed to new replies.