Home › Forums › All Other Themes › Minimal Blog theme text bullets
- This topic has 18 replies, 2 voices, and was last updated 3 years, 3 months ago by Sonl Sinha.
-
AuthorPosts
-
July 29, 2021 at 11:18 am #181943
Hi
can you assist with missing bullet points please
see https://staguckz1e.stormpr.uk/structural-engineering
the text below should have bullets but the theme is removing them?
thanks
“The structural services include:
- Initial structural assessments
”
July 29, 2021 at 12:58 pm #181944Hi,
Kindly use this CSS
.entry-content ul { list-style: inherit; }
Regards,
ChrisJuly 29, 2021 at 1:59 pm #181962many thanks, can we also have an indent for the bullet list please?
https://staguckz1e.stormpr.uk/structural-engineering
July 30, 2021 at 12:39 pm #182027Hi,
Kindly this CSS
.entry-content ul { list-style: disc inside !important; }
Regards,
ChrisJuly 31, 2021 at 8:18 am #182052many thanks, works well. is there a unit of size I can add to adjust the indent distance?
August 2, 2021 at 1:21 pm #182115Hi,
Kindly use this CSS
.entry-content ul li::before { content: ""; position: relative; display: inline-block; padding-left: 10px; }
Regards,
ChrisAugust 2, 2021 at 4:34 pm #182118thanks but dosen’t appear to be working: https://staguckz1e.stormpr.uk/structural-engineering
this is the custom CSS used/supplied
.entry-content ul {
list-style: inherit;
}.entry-content ul {
list-style: disc inside !important;
}.entry-content ul li::before {
content: “”;
position: relative;
display: inline-block;
padding-left: 50px;
}August 3, 2021 at 12:49 pm #182147Hi,
Okay, kindly add this CSS in style.css
.entry-content ul li::before { content: ""; position: relative; display: inline-block; padding-left: 10px; }
Regards,
ChrisAugust 4, 2021 at 6:55 am #182176looks like you sent me the same code?
August 4, 2021 at 1:52 pm #182187Hi,
Yes, but add the same code in style.css. Not in custom CSS box.
Regards,
ChrisAugust 4, 2021 at 2:02 pm #182189my apologies, added to the end of style.css but no change (I increased the number)
see: https://staguckz1e.stormpr.uk/wp-content/uploads/2021/08/Capture.jpg
August 4, 2021 at 2:17 pm #182190Hi,
Can you send us the screenshot of your issues after added the CSS code.
Regards,
ChrisAugust 4, 2021 at 3:20 pm #182192see: https://staguckz1e.stormpr.uk/wp-content/uploads/2021/08/Capture-bullet.jpg
when i add your code the bullets stay the same indent
August 5, 2021 at 12:49 pm #182232Hi,
Kindly use this CSS
.entry-content ul { margin-left: 20px; }
Regards,
ChrisAugust 5, 2021 at 1:05 pm #182237thanks, looks like the text is moving, but not the bullet? sorry to keep on about this but the client is looking for a bullet and text indent
see: https://staguckz1e.stormpr.uk/civil-engineering
-
AuthorPosts
- You must be logged in to reply to this topic.