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
#k2ModuleBox88 .moduleItemIntrotext a.moduleItemImage img {
float: none;
width: 100%;
}
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%;
}
