Storebox - Category item listing, desktop/tablet vs. mobile

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Fri Aug 30, 2013 9:57 pm
Hi,
Maybe this is more a K2 issue than it is a template problem, but anyway...

In category item listing, everything looks good on desktop/tablet with articles showing in two columns nice and tidy. But when I go to the mobile (iphone5), it is obvious that a single column would be preferred (see attachment). I understand that the number of column setting is applied for all platforms, but is there a way to show only one column for mobile and two for dektop/mobile? If not, the "responsive layout" isn't that responsive :? (and one column only is way to big for desktop/tablet)

Any ideas appreciated!
Johan
User avatar
Fresh Boarder

teitbite
Sun Sep 01, 2013 8:21 pm
Hi

Acctually when I check demo it's using one column only. Please show me Your site.
User avatar
Moderator

teitbite
Wed Sep 04, 2013 6:16 pm
Hi

Please add this code to tablet.css and mobile.css files:

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

GK User
Tue Sep 10, 2013 7:56 pm
Great. Thanks!
User avatar
Fresh Boarder

teitbite
Wed Sep 11, 2013 5:08 pm
Hi

No problem. Glad I could help.
User avatar
Moderator


cron