Is there a way to add padding after the bullets in <ul>
and <li>
without affecting the appearance of the circles?
The HTML code in question is:
<div class="footer_ticker">
<marquee behavior="scroll" direction="left" onmouseover="this.setAttribute('scrollamount', 0, 0);" onmouseout="this.setAttribute('scrollamount', 6, 0);">
<ul>
<li><a href="">See the latest from our COMMENTARY page....</a></li>
<li><a href="">USDTRY - Tracking Channel Higher</a></li>
<li><a href="">USDMXN - Demand accelerates after setback </a></li>
</ul>
</marquee>
</div>
Here is a demo showcasing the issue: -- https://jsfiddle.net/wd84undd/
Any assistance on this matter would be greatly appreciated. Thank you in advance.