Homepage › Community Forums › Epik Theme Support › bullets in text widge/sidebar › Reply To: bullets in text widge/sidebar
Hi Robert,
This rule in the Epik style.css is setting the padding on the <ol> to 0 which is pulling your list to the left edge of the container and hiding the bullets
<ol>
ol, ul { margin: 0px; padding: 0px; }
Phil