Join the Webstudio community

Updated 5 months ago

Can anyone tell me how to rotate the separator element?

At a glance
Trying to rotate the separator element vertically, but I'm not sure how to go about that.
J
B
M
22 comments
transform UI is coming out very soon. for now add advanced property transform with value rotate(90deg)
btw this is just css. nothing special about webstudio
thanks for the assistance
also, this is what i see what i try to do it
Attachment
image.png
how do i enter the degrees properly?
thanks for responding.
i tried that and got this
Attachment
image.png
yeah, i tried a few things skew(90deg) and nothing
they are working on a transform section which is coming very soon so maybe there is a bug for now on this...
if it not work you can addd an HTML embed element and add :

<style>
your-class: {
tranform: rotate(90);
}
</style>
ah forgot we break it out like this
Attachment
image.png
aaah all right! Thanks for the tips John!
Sweet business!

Thanks for this.

One thing though; is it supposed to extend outside the container?
Attachment
image.png
it depend the configuration. you should share a link with us
yes, transforms dont impact how the parent treats it
Add a reply
Sign up and join the conversation on Discord