• Resolved afoster25

    (@afoster25)


    Is there a way to align text that is in a bullet or number list? The text currently wraps incorrectly under the item.

    I create my text, highlight the items and select either the bulleted list or numbered list icon and click save.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author Aslam

    (@aslamnaik)

    Go to Admin Dashboard > Appearance > Customizer > Additional CSS.

    Copy Paste the below code, and click on Publish:

    .post-content ol {
    list-style-position: unset !important;
    }
    .post-content ul {
    list-style-position: unset !important;
    margin-left: 10px;
    }

    This will fix the list alignment.

Viewing 1 replies (of 1 total)
  • The topic ‘Bullets or Number List’ is closed to new replies.