Shape 5

Joomla Templates => Shenandoah - Club => : mjvvorst May 31, 2012, 03:21:02 PM



: ordered list on frontpage incorrect
: mjvvorst May 31, 2012, 03:21:02 PM
I'm working with this template for a while now, and just noticed that an ordered (numbered) list in an article on the frontpage is displayed incorrect: too far to the left so the numbers (1,2,3,...) are only half visible.
Clicking on the article header to display that one article gives a correct display! So it only happens on the frontpage (featured article).
The same happens using the standard siteshaper of Shenandoah on my localhost.
I use Joomla 2.5.x.
Any suggestions?
Mark


: Re: ordered list on frontpage incorrect
: pmiddleton June 01, 2012, 05:00:42 AM
Hi Mark

Can you post a url?


: Re: ordered list on frontpage incorrect
: mjvvorst June 01, 2012, 12:15:21 PM
Check this on http://www.airseppe.nl/vcs/
But as I said, the standard Shenandoah SiteShaper has the same behaviour.
Mark


: Re: ordered list on frontpage incorrect
: pmiddleton June 02, 2012, 08:01:44 AM
I understand about the demo, but sometimes it's helpful to see exactly what you see.

In templates/shenandoah/css/editor.css around line 62 you will see -

ol {
  margin-bottom: 5px;
  margin-top: 5px;
}

Adding

margin-left: 5px

solves the problem.


: Re: ordered list on frontpage incorrect
: mjvvorst June 04, 2012, 02:29:11 PM
Thnx, Paul.
That did it!


: Re: ordered list on frontpage incorrect
: pmiddleton June 05, 2012, 05:29:39 AM
No problem, glad to help