ASIDE.itemAsideInfo

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 Jan 25, 2014 6:37 pm
Reply with quote
Report this post
Hi how do i remove the ASIDE.itemAsideInfo element from all pages i template ?

please see attachment
User avatar
Junior Boarder

GK User
Sat Jan 25, 2014 7:13 pm
Reply with quote
Report this post
Hi,
using CSS or editing PHP file as you can check.
Lets try first method - if we talk about K2 items.

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


If you will ask me where you have to put those CSS, I will say, read my guide dude: http://www.gavick.com/documentation/joo ... -template/
User avatar
Platinum Boarder


cron