Alignment in Category view

May 2014 Joomla Template
GK User
Fri Apr 01, 2016 3:47 pm
Hi
I have problem with the alignment of images in category view in the University template.
http://www.nesna.kommune.no/politikere

The images are not displayed 4 and 4 as set in the category view settings. In the K2 category display settings, I've set the Leading count to 17, but it does not display correctly. Also notice from the screenshot that the "M" in "More..." are missing. Seems its some kind of problem with spacing?
User avatar
Fresh Boarder

GK User
Fri Apr 01, 2016 4:01 pm
Sorry, here is the screenshot I mentioned.
User avatar
Fresh Boarder

teitbite
Tue Apr 05, 2016 1:20 pm
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.professorsListView .itemsContainerWrap:nth-child(4n+5) {
clear: both;
}
User avatar
Moderator

GK User
Sun May 01, 2016 10:41 am
Thanks a lot! That aligned the images perfectly. How ever, the letter "M" in the word "More..." is not displaying. See below the images here: http://www.nesna.kommune.no/politikere

Kind regards,
Sindre
User avatar
Fresh Boarder

teitbite
Tue May 03, 2016 9:49 am
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.professorsListView .itemList #itemListLinks {
padding: 0 1%;
}
User avatar
Moderator


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