Problem in the K2 Category Item View
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- 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.
Please tell me the url to the page You've made this screenshot.
-
- 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!!!!
-
- 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:
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;
}
-
- 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.
-
- 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:
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;
}
-
- Moderator
- GK User
- Mon Nov 07, 2016 3:54 am
- Reply with quote
- Report this post
Man, works great. Thanks so much!!!
-
- 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
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
-
- Moderator
8 posts
• Page 1 of 1