module k2 content

GK User
Fri Apr 03, 2015 3:55 pm
Hello


I published the module k2 content in bottom position with class onlymobile. the module title appears on the mobile version but not the content.

link http://www.qfilm.pt
User avatar
Fresh Boarder

teitbite
Fri Apr 03, 2015 4:51 pm
Hi

please add this at the end of mobile.css file

Code: Select all
.onlymobile {
    display: block;
}
User avatar
Moderator

GK User
Fri Apr 03, 2015 8:40 pm
hello

its work thanks.

one more question about this module.

how configure the module k2 for show all images in height and width a 100%

someone can help as do this?
User avatar
Fresh Boarder

teitbite
Tue Apr 07, 2015 2:04 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#k2ModuleBox88 .moduleItemIntrotext a.moduleItemImage img {
    float: none;
    width: 100%;
}
User avatar
Moderator

GK User
Tue Apr 07, 2015 2:23 pm
teitbite wrote:Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#k2ModuleBox88 .moduleItemIntrotext a.moduleItemImage img {
    float: none;
    width: 100%;
}


its work!

thanks ;)
User avatar
Fresh Boarder

teitbite
Fri Apr 10, 2015 3:46 pm
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron