News Blocks in Portal Mode are not responsive

News Show Pro GK5 - flexible, responsive and easily extendable free Joomla module support forum.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Apr 09, 2015 10:41 am
Hello,

template cloudhost - I tried to get the news block responsive, cause on the iphone the blocks don´t be responsive - only all getting smaller, they don´t jump into the next row.
www.toenissen.de

Is News Block not responsive?
What I did wrong?
Can you help me? Please, cause it loks bad on smartphone ;)

Greets Gesa
User avatar
Junior Boarder

teitbite
Sat Apr 11, 2015 8:55 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:767px) {
.gkNspPM-NewsBlocks[data-cols="2"] > figure {
    float: none;
    margin: 0.75% 0;
    width: 100%;
}
}
User avatar
Moderator


cron