Site logo

[Resolved] How to make the panel with generateblock

Home Forums Support [Resolved] How to make the panel with generateblock

Home Forums Support How to make the panel with generateblock

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2470813
    melvin

    Hi support,

    My client has a specific requirement to make a panel like this at hero section . After 5 hours of trying play around with grid, effect of rotate, i still cant achieve.

    Thus could you guide me the right steps to make a panel like that using gutenberg and generateblock?

    Very much appreciated.

    #2470903
    Ying
    Staff
    Customer Support

    Hi Melvin,

    Try adding this CSS:

    .gb-container.gb-container-ac5412a0 {
        transform-origin: left top;
        position: absolute;
        left: 0;
        width: 100%;
        top: 100px;
        transform: rotate(-90deg) translatex(-100%);
    }
    #2471151
    melvin

    it works. Very much apprecited ying.

    Cheers

    #2471857
    Ying
    Staff
    Customer Support

    No Problem, glad to help 🙂

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