Fixed: K2 items listing in category view

Professional Jomal template designed to be easily adaptable to all kinds of business
GK User
Sun May 23, 2010 12:19 pm
Hi,

I am having trouble with K2 items being displayed in category view.
The issues are a misaligned/strange border around images and that the images are not aligned correctly to the border.

The site is www.myrugbymate.com and you will need to login with:
Username: testuser
Password testuser

An example of the issue is here http://www.myrugbymate.com/the-shed/hot ... by-matches

Any help on resolving this would be greatly appreciated.

Cheers

Mark
User avatar
Junior Boarder

Robert Gavick
Sun May 23, 2010 7:17 pm
Hi,
You have to change the picture size.
You can also use the overflow: hidden for the .catItemImage container :

templates/gk_corporate2/css/k2.css
- line: 359

Code: Select all
span.catItemImage {
display:block;
margin:0 0 8px;
text-align:center;
overflow:hidden;
}



-Robert
User avatar
Administrator

GK User
Mon May 24, 2010 6:44 am
Thanks for that... and thanks for pointing me in the right direction - I sought of found a fix by changing the margin spacing - thank you for gettting back to me - much appreciated
User avatar
Junior Boarder


cron