1. asiadragon
  2. Sherlock Holmes
  3. Commercial Templates
  4. Saturday, 18 July 2020
  5.  Subscribe via email
None of the bullet classes are working, like tick or star it when no class is set the bullet shows normally:


Service
Repair
New Systems
References
  1. https://www.sproutstory.co/en/services/home-services/220-sprout-air
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

To amend try converting your list to an inline-block element....

<ul class="tick" style="display: inline-block;">
<li>Service</li>
<li>Repair</li>
<li>New Systems</li>
</ul>


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
This can also be done via your custom CSS field...

.tick {
display: inline-block;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


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