Responsive Error Image Show GK4

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Tue Oct 22, 2013 3:21 am
Hi,

i'm using de image show gk4 module with bikestore style on Rockwall template but i have a problem with the title text when i go to mobile 'case the texte goes all wrong. In the demo page of the bikestore template i saw that works fine but in this case something is wrong.

I need help.

Thanks.

www.brokeresmeralda.com
User avatar
Fresh Boarder

GK User
Wed Oct 23, 2013 7:43 am
Bikestore template have special responsive styles for Image Show module. In mobile mode text is just hidden, if you want to achieve the same effect please add this code to mobile.css file in root/templates/gk_template_name/css directory :
Code: Select all
.gkIsWrapper-gk_bikestore figcaption {
    display: none;
}

.gkIsWrapper-gk_bikestore .gkIsButtons {
    bottom: 10px;
    right: 50%;
    margin-right: -32px;
    padding: 0 16px !important;
}
User avatar
Platinum Boarder


cron