1. Stephanie
  2. Commercial Templates
  3. Friday, 31 October 2014
  4.  Subscribe via email
Hi,

For some reason the numbered list doesn't line up correct when the text is longer than one line. Is there some way I can correct that?
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Stephanie

Would you have a URL to an example of this issue?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

To amend you can add the following to the Custom CSS field of your templates parameters..


ol {
list-style: decimal outside none;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciarán,

I tried, but it does not make any difference.
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Adding !important should do the trick..


ol {
list-style: decimal outside none !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Yes! Great. It works, thank you again.
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!