Image Show GK4 - Text in slides is not responsive

Support desk for Multipurpose Quark Theme
GK User
Mon Feb 29, 2016 8:57 pm
The url of the site is http://www.proton5.com/offline/quark/
I have published a Image Show GK4 Module in the header position, using the gk-storefront module style in the basic settings (see annex 1).
The text over the slides shows ok in desktop size (annex 2), but in mobile size is not Ok, is no not responsive (annex 3).

The annex 3 is a test using the toggle device mode of chrome (I get the same result streching manually the windowd in firefox.

Please, could you give me the code in order to fix this issue and get the responsive text over the slides?

Regards
User avatar
Expert Boarder

teitbite
Fri Mar 04, 2016 11:36 am
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:999px) {
.gkIsWrapper-gk_storefront figcaption h3 {
    font-size: 22px;
    line-height: 40px;
    padding: 0 20px;
}
}
User avatar
Moderator

GK User
Sun Mar 06, 2016 3:33 pm
Thank you so much Teitbite! Your code solved the problem.
User avatar
Expert Boarder

teitbite
Thu Mar 10, 2016 10:14 am
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron