How do I make a space to seperate the two 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
Sat Oct 27, 2012 10:20 pm
Reply with quote
Report this post
In K2 there is the function of showing "More in this category" items. However in this template the links are seen as one.

How can I make a small space or similar to separate them more (see image attached for better understanding)? :?:
User avatar
Gold Boarder

GK User
Sun Oct 28, 2012 10:43 pm
Reply with quote
Report this post
Hi

Please enable the css override on template parameters > advanced settings.

Them open ../gk_gamenews/css/override.css file and add this lines:

Code: Select all
/* hiding back to top link */
#k2Container .itemBackToTop {display: none}

/* K2 - More in this category pagination*/
.itemNavigation {margin-bottom: 50px!important}
.itemNavigation span {display: block}
.itemNavigation .itemPrevious {float: left}
.itemNavigation .itemNext {float: right}


Cheers
User avatar
Platinum Boarder

GK User
Mon Oct 29, 2012 7:21 pm
Reply with quote
Report this post
Thank you Seichinha it worked! :)

Can you also give me hints on how to change the font type for the K2 text :?:

Seichinha wrote:Hi

Please enable the css override on template parameters > advanced settings.

Them open ../gk_gamenews/css/override.css file and add this lines:

Code: Select all
/* hiding back to top link */
#k2Container .itemBackToTop {display: none}

/* K2 - More in this category pagination*/
.itemNavigation {margin-bottom: 50px!important}
.itemNavigation span {display: block}
.itemNavigation .itemPrevious {float: left}
.itemNavigation .itemNext {float: right}


Cheers
User avatar
Gold Boarder

GK User
Fri Nov 16, 2012 1:58 am
Reply with quote
Report this post
Hi again

You can use font selectors on template parameters by adding:

Code: Select all
.itemIntroText,
.itemFullText


Cheers ;)
User avatar
Platinum Boarder


cron