Padding/space between fieldsets
-
Hi!
I have two fieldsets (box-main) next to each other. In these fieldsets I have several containers. Now I want to add a space (space) between both fieldsets, so i put my .space to the seond box-main:
fbuilder .box-main fieldset{
border-top: 0; border-bottom:0; border-right:0; border-left: 0px; border-width:0 ; padding-left:0px; padding-right:0px;} fbuilder .space fieldset{
margin-left:30px !important;}
This works perfectly fine, when only one container is in the main-box. The moment I have more than one container included, it does add the padding to the containers, not the main box anymore.
Maybe you have a tip … 🙂
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Padding/space between fieldsets’ is closed to new replies.