1. Dakota09
  2. Sherlock Holmes
  3. Free Templates / Extensions
  4. Wednesday, 15 October 2014
  5.  Subscribe via email
Hi another quick question if I may for the Classic template.

When I use the typography custom code for the UL (<ul class="star"><li>Your list item goes here!</li></ul>;), how can I make the image (in this case the star) align with the first row of text? I tried playing with the .css and tried position top, absolute, etc., but they are not working either. The top position actually puts the star above the first sentence.

Here is a sample of what it is doing: http://dakotawebcreations.com/home/benefits-of-a-website

Thanks!
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To align your star to the top of your list item try adding the following to the Custom CSS field of your templates parameters...


ul.star li {
background: url("../images/typo/star.png") no-repeat scroll left 10px transparent;
}


CiarĂ¡n
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you! Worked perfectly (after I entered the correct path to the image!). Thanks for the fast and extremely helpful support!
  1. more than a month ago
  2. Free Templates / Extensions
  3. # 2
  • Page :
  • 1


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