hide article information bar for K2 items

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
Mon Mar 24, 2014 9:59 pm
Reply with quote
Report this post
Hi there, could someone tell me how to hide the article information bar for K2 articles? I disabled already all article options, but still a grey space shows up? See screenshot:
screenshot.png


:-( Thanks in advance!

Stepp
User avatar
Junior Boarder

GK User
Mon Mar 24, 2014 11:04 pm
Reply with quote
Report this post
Hi, is not so simply, because there is big left padding.

First
Code: Select all
.itemAsideInfo {display:none !important; }

Second
Code: Select all
.itemBody.containsItemInfo, .itemOtherElements.containsItemInfo, .itemListView .itemBlock.containsItemInfo {
    margin-left: 0px;
}


:P have fun, and use others tips from documentation section
User avatar
Platinum Boarder


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