Item menu k2 categories responsive

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
Sat Jun 01, 2013 10:05 am
Reply with quote
Report this post
Hi,

How could I make the k2 categories item menu responsive?? Just such as the last k2 news module.

Thanks a lot!
User avatar
Fresh Boarder

teitbite
Sun Jun 02, 2013 8:55 pm
Reply with quote
Report this post
Hi

Please show me Your site. The exact page You would like to make responsive.
User avatar
Moderator

GK User
Mon Jun 03, 2013 7:50 am
Reply with quote
Report this post
Hi,

I need a responsive design in more than one page, this is one of them -> http://www.webiriarte.com/clients/docom ... hp?lang=es

I've used the GKmagazine template.

Thanks!
User avatar
Fresh Boarder

teitbite
Mon Jun 03, 2013 3:58 pm
Reply with quote
Report this post
Hi

That's odd. Are You using K2 style which was provided with template, becuase this view is responsive in my copy of this template. Anyway the basic changes will need to be added to tablet.css and mobile.css:

Code: Select all
.itemContainer {
    float: none !important;
    width: 100% !important;
}

.itemImageBlock img {
    height: auto !important;
    max-height: none !important;
    width: 100% !important;
}
User avatar
Moderator

GK User
Wed Jun 05, 2013 7:08 am
Reply with quote
Report this post
Thanks! ;)
User avatar
Fresh Boarder


cron