Sub-menu title for k2 category list display error

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 Jun 07, 2014 2:44 pm
Reply with quote
Report this post
Hello,
As indicated in the attached screenshot, the sub-menu title (General News) displays with "distorted grid" lines.

In the middle of the page, the line that divides the various columns and even rows extend beyond boundary for the menu items that display k2 category in a 2-column format.

This can be observed via the following links:
1. http://myjcr.com/news/general-news.
2. http://myjcr.com/notices.

Thank you.
User avatar
Senior Boarder

GK User
Tue Jun 10, 2014 4:16 pm
Reply with quote
Report this post
Hello,

Please open k2.css file and please remove margin property from the following selector:

.itemsCategory > h2

then please modify the margin from -32px to 0 -10px for the following selector:

.itemListView

Finally please change padding for:

.itemsCategory > h2

to:

padding: 0 20px 10px;
User avatar
Administrator

GK User
Tue Jun 10, 2014 8:31 pm
Reply with quote
Report this post
:) . Perfect solution. It worked. Thank you.
User avatar
Senior Boarder


cron