• Resolved beatrizgarciadeprado

    (@beatrizgarciadeprado)


    Hi, I’ve set up a 5px padding for the Button Position Left and Top but the Toggle Buttons move to the corner, zero padding at all.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author 8Degree Themes

    (@8degreethemes)

    Hi There,

    You seem to have added top and left position:
    like here:

    .edfm-7748 .edfm-toggle-wrapper {
        top: 5px;
        left: 5px;
    }

    but it should be:
    like this:

    .edfm-7748 .edfm-toggle-wrapper {
        padding-top: 5px;
        padding-left: 5px;
    }

    For faster response please send us email at [email protected]

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Toggle Button padding is not working’ is closed to new replies.