Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter maxtaketwo

    (@maxtaketwo)

    Hi,

    Im using CSS for card container (sectioncard), card front and card back as the following:

    .cardback {
    position:absolute;
    top:0;
    left:0;
    transform:rotateY(180deg);
    width:100%;
    backface-visibility:hidden;
    }

    .cardfront {
    backface-visibility:hidden;
    }

    .sectioncard:hover {
    transform:rotateY(180deg);
    }

    On the picture below

    Best Regards

    • This reply was modified 3 years, 3 months ago by maxtaketwo.
    Thread Starter maxtaketwo

    (@maxtaketwo)

    Hi Kush,

    Thank you for your reply, but unfortunately this doesnt help to resolve the issue.

    As Don wrote I also got this error with “meta-sidebar cant be rendered” and I think its related to Gutenberg plugin.

    If I deactivitate the Gutenberg plugin, I dont get this error again and the Neve Icon is active again.

    Best Regards,
    Max

    • This reply was modified 3 years, 4 months ago by maxtaketwo.
Viewing 2 replies - 1 through 2 (of 2 total)