gkButtonArea not Responsive ?
Start-up Joomla template with amazing CSS3 animated icons, price tables and parallax effect background.
Rate this topic: 




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
You can see this at
http://www.trchome.com/lex-services
Thanks
-
- 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;
}
}
-
- Moderator
2 posts
• Page 1 of 1