Shape 5

Joomla Templates => Game Crusade - Club => : magpies May 11, 2013, 03:17:53 PM



: Game Crusade customisation
: magpies May 11, 2013, 03:17:53 PM
Hello,

I have a problem with the appearance of the news. I can't show any separator between the news. I also tried to change the size of the article info texts (i.e: created by, create date, etc) but I wasn't able to do that. Finally at the bottom of the news the next and previous links are showing on top of each other instead next to each other. I tried to modify the css file but doesn't want to work.

Could you help me in these please.


Regards

Magpies


: Re: Game Crusade customisation
: mikenicoll May 11, 2013, 08:19:47 PM
URL?

-Mike


: Re: Game Crusade customisation
: magpies May 12, 2013, 02:21:16 AM
www.nufc.hu


: Re: Game Crusade customisation
: mikenicoll May 12, 2013, 12:33:17 PM
Hello,

1) On our demo we are using the Spotlight News extension to display news. It looks like you are just using the component. You can add an item separator to each article or via coding additions:

.item-separator {
border-bottom: 1px #ffffff solid;}

In regards to your navigation being stacked just add this to the template_css.css file

.pagination li {
     float: left ! important;
}

-Mike