Buttons with icons

Hello! :)

Something wrong with buttons on other screen sizes. I thought it is only on my website but it is in demo too:
imageimage

Comments

  • Hi,

    this must be something on your side because we tested this already in responsive mode and this is not how these buttons looks like. Please check in other browser or update the browser you use currently.
  • I tested in Chrome, Firefox, Opera.
    Everywhere is the same story.
    All brousers are updated.
  • Ok, you're right. We found under the Chrome where the problem is. This will be fixed with update next week but you can fix it now with below custom css:
    @media only screen and (min-width: 768px) and (max-width: 959px) {

        .button-stroke a.button_left.button.kill_the_icon .button_label { padding-left: 20px; }
        .button-stroke a.button_left.button_large.kill_the_icon .button_label { padding-left: 30px; }
       
        .button-stroke a.button_right.button.kill_the_icon .button_label { padding-right: 20px; }
        .button-stroke a.button_right.button_large.kill_the_icon .button_label {padding-right: 30px; }

    }
  • Thank you!  =D>
Sign In or Register to comment.