Problem in the K2 Category Item View

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 Oct 22, 2016 7:47 am
Reply with quote
Report this post
Hi everybody, I got a problem in the K2 category Item view: no matter the size I decide to show all the images shows the small size!

I've choose these parameters for all my category views:
Image

Image

But looks like
Image

Why this is happening? It can be fixed by an override?

Thanks for you anwer Gavick Team
User avatar
Expert Boarder

teitbite
Tue Oct 25, 2016 12:07 pm
Reply with quote
Report this post
Hi

Please tell me the url to the page You've made this screenshot.
User avatar
Moderator

GK User
Wed Oct 26, 2016 6:24 am
Reply with quote
Report this post
Hi I've send you a PM, thanks so much!!!!
User avatar
Expert Boarder

teitbite
Fri Oct 28, 2016 9:25 am
Reply with quote
Report this post
Hi

Ok, I found it. The size is restricted to 140px to keep the image on left side. You can remove this restriction by adding this code to override.css:

Code: Select all
.itemList .itemImageBlock img {
    float: none !important;
    max-width: 100% !important;
}
User avatar
Moderator

GK User
Tue Nov 01, 2016 1:37 am
Reply with quote
Report this post
Hi, thanks for answer but... it's not working. I've check the K2 parameters -again- and put the code in the Override archive but there's no fix. :(
User avatar
Expert Boarder

teitbite
Sat Nov 05, 2016 7:44 pm
Reply with quote
Report this post
Hi

Yes, now I can see that it wasn't all. Here is full code:

Code: Select all
.itemList .itemImageBlock,
.itemList .itemImageBlock img {
    float: none;
    max-width: 100% !important;
    margin-bottom: 10px;
}

.itemList .itemBlock {
    margin: 0;
}

.itemContainerLast:first-child .itemImageBlock,
.clr + .itemContainerLast .itemImageBlock {
    margin-right: 10px;
}
User avatar
Moderator

GK User
Mon Nov 07, 2016 3:54 am
Reply with quote
Report this post
Man, works great. Thanks so much!!!
User avatar
Expert Boarder

teitbite
Fri Nov 11, 2016 11:48 am
Reply with quote
Report this post
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.