Shape 5

Joomla Templates => Sportopolis - Club => : griffn84 October 29, 2010, 12:13:36 AM



: News Feeds in bottom_row_two_X
: griffn84 October 29, 2010, 12:13:36 AM
I'm displaying a news feed (using the mod_feed joomla module) in bottom_row_two_1 and in bottom_row_two_2. Unfortunately, the links being displayed don't include the small circle with arrow inside in like the links in the sample. The remaining sample data in bottom_row_two_3 still remain, so i'm sure it's because i'm using a feed instead of latest news, but i was hoping you could help anyway.

Any suggestions?


: Re: News Feeds in bottom_row_two_X
: mikek October 29, 2010, 07:45:02 AM
Hello,

Please post a url to where this occurs so I can see the live code. Thank you.


: Re: News Feeds in bottom_row_two_X
: griffn84 February 17, 2011, 07:18:59 PM
http://thejuniortour.net/


: Re: News Feeds in bottom_row_two_X
: mikek February 18, 2011, 08:27:49 AM
Hello,

That row was designed to not have the circles to fit the design. If you add the following to the bottom of template_css.css it should add circles for you:

#s5_bot_row_wrap_inner1 ul {
list-style:disc;
}