[ad_1]
I’m using the free astra theme and when I make bulleted lists in the editor, they appear as indented. But then when I view it as it will appear on the site, they are outdented. Any suggestions?
[ad_2]Copyright © 2020 - 2022, Project DMC - WordPress Tutorials for Beginners- All Rights Reserved. Privacy Policy
You’ll have to use the inspect tool to find the class name that Astra uses for your bullet list. However you should be able to add something like this to the Theme css.
.bullet-list li { padding-left:20px }