• Resolved jeroenbeijer

    (@jeroenbeijer)


    Hello! the plugin works really great only it is out of proportion to me. How can this be solved?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marin Matosevic

    (@marinmatosevic)

    Hi,

    some of your theme or plugin styles are interfering with our plugin.

    You could fix this by pasting this snippet to your css file.

    .devnet_fsl-free-shipping {
        width: auto;
        box-sizing: border-box;
    }

    or if this dosen’t help, try with “!important” rule:

    .devnet_fsl-free-shipping {
        width: auto !important;
        box-sizing: border-box !important;
    }
    Plugin Author Marin Matosevic

    (@marinmatosevic)

    The new version (2.0.3) is released and your issue should be resolved. So I’m going to go ahead and mark this thread as resolved. If you have any other questions please feel free to start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘the plugin is out of proportion’ is closed to new replies.