Align List Check Marks to center
I saw your code to remove the line on the lists
ul li::after { display: none !important; }
But how to you center the check marks to be next to the text in the center? Currently the check marks are left aligned for some reason. I can't get them centered. Can you help?
Site temp address where i am building the website: http://09n.3a3.myftpupload.com/sunbeds/
This is the code i am using. Any CSS that can align this?
<ul class="list_check">
<li>10x stronger than our VIPs</li>
<li>Your tan will last up to 4 x longer</li>
<li>Filters out 98% of UVB rays (burning ray)</li>
<li>Only takes 3-5 sessions to achieve a deep, dark, base tan</li>
</ul>
<li>10x stronger than our VIPs</li>
<li>Your tan will last up to 4 x longer</li>
<li>Filters out 98% of UVB rays (burning ray)</li>
<li>Only takes 3-5 sessions to achieve a deep, dark, base tan</li>
</ul>
Comments