libretto them lists not indented
-
CSS is as per theme default with the following custom CSS:
*
.asp_main_container {
margin: 0 auto !important;
}.format-standard:not(.post-password-required) .entry-content > p:not(.no-emphasis):first-of-type:first-letter,
.page:not(.post-password-required) .entry-content > p:not(.no-emphasis):first-of-type:first-letter,
.emphasis:first-letter {
color: #787065;
}#.site-footer { background: #9a9a9a; }
img{
border-radius: 50px 20px;
}
*
In UL LI elements appear with the bullets not indented.On inspecting the SS for the list this is shown:
li {
display: list-item;
text-align: -webkit-match-parent;
}
ul {
list-style: disc outside;
}
ol, ul {
list-style: none;
}I’ve tried a few things but they don’t work.
How can I canonically indent the list further, please?
MeJ
The blog I need help with is: (visible only to logged in users)
-
Hello @jrobertsstabilyscom,
Your site knowyourself.org.uk is hosted at DreamHost, that means you are using the self-hosted version of WordPress.
These forums are for WordPress.com hosted sites only.
For help with your site’s CSS, please ask over at the WordPresss.org forums:
https://wordpress.org/support/forums/
Please read about the differences between WordPress.com and WordPress.org in this article:
Hope this helps.
-
- The topic ‘libretto them lists not indented’ is closed to new replies.