gkButtonArea not Responsive ?

Start-up Joomla template with amazing CSS3 animated icons, price tables and parallax effect background.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Feb 02, 2016 4:07 pm
Reply with quote
Report this post
I am using the gkButtonArea with the simplicity template. The buttons don't react correctly when re-sizing the browser. Sometimes the text will appear below and outside the button area as the width becomes smaller. How can I fix this?

You can see this at
http://www.trchome.com/lex-services

Thanks
User avatar
Fresh Boarder

teitbite
Sat Feb 06, 2016 1:00 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
@media only screen and (max-width:1479px) {
.gkButtonArea a {
    font-size: 14px;
    padding: 0 15px;
}
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.