Snippets / CSS
CSS
Rearrange the Create Post Form Elements
D
Donald McGuinn
·
419 views
·
Updated 2 years ago
This goes hand in hand with the following template: https://voxel.guide/asset/airbnb-style-create-form/
Best when using Voxel v1.4+.
Best when using Voxel v1.4+.
.ts-form-progres{
order: 3;
position: fixed;
bottom: 0;
left: 0;
background: white !important;
z-index: 9;
width: 100%;
padding: 0 1%;
}
.active-step-details p{
display: none;
}
.ui-html-field{
align-content: center;
}
CSS · 18 lines
Discussion
Ask a question or share how you used this.
Log in
to join the discussion.
No comments yet — be the first.