apostrophe theme bug: bullets have no hanging indent
-
I have just migrated from self-hosted to WordPress.com and I’m using the Apostrophe theme. The bulleted list does not have a hanging indent when the bullet text breaks into a new line.
Can this be fixed, please? I don’t feel like purchasing a premium license just to fix CSS bugs.
The blog I need help with is: (visible only to logged in users)
-
The indent method used on Apostrophe was a design decision when the theme was written, so it’s not something that will be changing on the theme level.
If, at some point in the future, you do add a Premium Plan or Business Plan to your site, this CSS would change the way the indents are handled to match what I think you have in mind:
ul { list-style-position: outside; } -
Quick update: I’ve submitted this suggestion as a request for the next version of Apostrophe when it comes out
-
I wanted to let you know the new version of Apostrophe has been released, and it does include a fix for this issue.
There are some other changes as well – you can take a look at the theme here if you’d like :)
- The topic ‘apostrophe theme bug: bullets have no hanging indent’ is closed to new replies.