• Resolved infinitetk

    (@infinitetk)


    Hello,

    I am using the plugin and it is great. However, when I load the page on my cellphone, I see that a portion of the button that fits my screen is displayed while the rest is chopped off.

    For example, if my button says: “Click here to view the product ABC on Amazon!”
    On Mobile I can see: “Click here to view the pr” with the rest getting chopped off.

    Is there something wrong on my end? or is this a fix that needs to be implemented on the plugin itself?

    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author imibrar

    (@imibrar)

    Thanks for feedback, I will try to fix it in next update, anyhow you can fix it by adding below code in your custom css.

    
    .i2-pros-cons-main-wrapper .i2-button-wrapper a {
        white-space: initial;
    }
    
    
Viewing 1 replies (of 1 total)

The topic ‘Button not responsive on Mobile’ is closed to new replies.