gkButtonArea not Responsive ?
Start-up Joomla template with amazing CSS3 animated icons, price tables and parallax effect background.
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-servicesThanks
-
- Fresh Boarder
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;
}
}
-
- Moderator
-