Topic-icon Login Button changes size

Active Subscriptions:

None
9 years 6 months ago #47837 by m134boy90
As on My Site when you try to click the login button it changes size. Why? And how to switch it off.
The topic has been locked.
Support Specialist
9 years 6 months ago #47854 by mel
Replied by mel on topic Login Button changes size
The template you are using is automatically inserting an 'art-button' class on some of the login buttons.

Add the following style to your template CSS to fix it.
.sourcecoast.sclogin .btn-primary:hover {
padding: 4px 12px;
}
The topic has been locked.
Active Subscriptions:

None
9 years 6 months ago #47861 by m134boy90
Replied by m134boy90 on topic Login Button changes size
Thank you very very much :) :) :)
The topic has been locked.