Join the Webstudio community

M
Mano
Offline, last seen 3 months ago
Joined December 13, 2024
Hi, is there a way to show Elements only in the Designer? For Webflow there is something like this:

html:not(.wf-design-mode) .styleguide_guide_wrap { display: none; }

I wanna show my 12 col grid only in the Design mode...
16 comments
M
M
O
J
M
Mano
Β·

Grid Column

Hey, is there a way to use grid-column: 1 / span 9; instead of grid-column-start: 1; and grid-column-end: span 9;? I set a 12 col grid with grid-template-columns: repeat(12, minmax(0, 1fr));
10 comments
B
M