Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Damian

    (@timersys)

    In your case the button gets to large. The only solution I can think is either add this to your style.css

    .spu-total-3 .spu-shortcode{
    overflow:hidden;
    }

    Or this:

    .spu-total-3 .spu-shortcode {
    float: none;
    display: block;
    height: 30px;
    }

    Thread Starter touchcomplements

    (@touchcomplements)

    Thanks you and thank you again for version 1.06 fix the problem !!

    Plugin Author Damian

    (@timersys)

    Glad it worked, please support us

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The text leaves the box’ is closed to new replies.