Reply To: bullets in text widge/sidebar

Homepage Community Forums Epik Theme Support bullets in text widge/sidebar Reply To: bullets in text widge/sidebar

#13929
pgtreacy
Customer

    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, ul {
    margin: 0px;
    padding: 0px;
    }

    Phil