• Resolved rotertal

    (@rotertal)


    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)
  • Plugin Author codepeople

    (@codepeople)

    Hello @rotertal

    Could you please provide the link to the page that contains the form to check your styles in action? And identify the fields with the space class assigned.

    Best regards.

    Thread Starter rotertal

    (@rotertal)

    Hi codepeople,

    I just solved the problem, I set the sub-containers (sub-box) to zero:

    fbuilder .box-sub fieldset{

    margin-left:0px !important;

    }

    Anyway, THANKS for your quick response!

    Plugin Author codepeople

    (@codepeople)

    Hello @rotertal,

    Perfect !!!. Thank you very much for sharing your solution.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Padding/space between fieldsets’ is closed to new replies.