Problem in k2 category view

May 2014 Joomla Template
GK User
Fri Dec 05, 2014 5:02 pm
Hi

in k2 category view (professors template) when an item title is bigger than a line all next items goes like this..

category_view_problem.jpg


is it possible to fix it..??
User avatar
Fresh Boarder

GK User
Tue Dec 09, 2014 8:22 am
Hello,

Could you provide an URL to your website with this issue - it will need small CSS to fix it.
User avatar
Administrator

GK User
Thu Dec 11, 2014 3:20 pm
new link from demo site without any change except new items with big titles

http://147.102.208.60/demo/index.php/ne ... professors


thank you
User avatar
Fresh Boarder

GK User
Fri Dec 12, 2014 12:37 pm
Please add the following CSS code in any CSS file or in the Custom CSS code option under template settings -> advanced settings tab:

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

GK User
Sat Dec 13, 2014 10:39 pm
Thank you very much
User avatar
Fresh Boarder


cron