Responsive on k2 when two columns are shown

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Feb 20, 2015 1:26 pm
Reply with quote
Report this post
Hello.

The blog don't see good when tou do responsive. If you use the smartphone to see the blog, two columns is too much.
http://www.cultivodesetas.es/setas-comestibles.
I want when the screen is smoller than 600px for example, the blog show on one colum.
Like this: http://www.elpatiodelolmo.com/blog

Image
Thanks
User avatar
Fresh Boarder

teitbite
Fri Feb 20, 2015 5:19 pm
Reply with quote
Report this post
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:600px) {
.itemContainer {
    float: none;
    width: 100% !important;
}
}
User avatar
Moderator

GK User
Fri Feb 20, 2015 6:37 pm
Reply with quote
Report this post
Work fine.
Thanks.
User avatar
Fresh Boarder


cron