GK5 with 2 columns

December 2012 Joomla Template
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
Tue Mar 15, 2016 6:13 pm
Reply with quote
Report this post
Hi
I have been trying to post on GK5 forum with no result. So as I use News Refreshed template I try here.

I have set two GK5 modules on gkBottom2 position. Each one shows K2 items from a specific category, in which there is just one author. I have a module suffix for them both.

1. Is it possible to hide information block (author) in the second column only?
2. How can I set a border-left only at the first box of the second module?
Please see attachment
2Cols 1Author.png


Thanks a lot for your attention
Best regards
User avatar
Fresh Boarder

teitbite
Sat Mar 19, 2016 11:55 am
Reply with quote
Report this post
Hi

Should be possible with css code. Please tell me the url to a page with this modules.
User avatar
Moderator

GK User
Sat Mar 19, 2016 1:07 pm
Reply with quote
Report this post
Thanks for your reply!

url is: fortuno.eu
User avatar
Fresh Boarder

teitbite
Tue Mar 22, 2016 1:22 pm
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#nsp-nsp-214 .nspArt .nspInfo {
display: none;
}

#nsp-nsp-214 .nspArt:first-child .nspInfo {
display: block;
}
User avatar
Moderator

GK User
Tue Mar 22, 2016 8:35 pm
Reply with quote
Report this post
Thanks a lot!

I have tried it but doesn't work. Override is enable as I have created some suffixes

best regards
User avatar
Fresh Boarder

GK User
Thu Mar 24, 2016 12:12 pm
Reply with quote
Report this post
Checking file style.css I found: .nspArt .nspInfo { display: block !important;}
if I remove !important then it works fine except that the title of the second column is not aligned with the title of first column.
How can I achieve this? Please see attachment
title alingment.JPG


best regards
User avatar
Fresh Boarder

teitbite
Wed Mar 30, 2016 9:40 am
Reply with quote
Report this post
Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
#nsp-nsp-214 .nspArt {
padding-top: 70px !important;
}

#nsp-nsp-214 .nspArt:first-child {
padding-top: 10px !important;
}
User avatar
Moderator

GK User
Wed Mar 30, 2016 5:47 pm
Reply with quote
Report this post
Thanks again!!
User avatar
Fresh Boarder

teitbite
Tue Apr 05, 2016 9:37 am
Reply with quote
Report this post
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


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