Archived topic
How to make the panel with generateblock
3 replies · Started by melvin on December 22, 2022
Viewing posts 1–4 of 4
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.
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%);
}
it works. Very much apprecited ying.
Cheers
No Problem, glad to help :)
This archived topic is closed to new replies.
