Minimal Blog theme text bullets

Home Forums All Other Themes Minimal Blog theme text bullets

Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • #181943
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    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
#181944
Sonnal S SinhaSonnal S Sinha
Moderator
  • Topics: 0
  • Replies: 30623
  • Total: 30623
Member since: August 16, 2013

Hi,

Kindly use this CSS

.entry-content ul {
    list-style: inherit;
}

Regards,
Chris

#181962
NigelNigel
Participant
  • Topics: 171
  • Replies: 311
  • Total: 482
Member since: March 17, 2016

many thanks, can we also have an indent for the bullet list please?

https://staguckz1e.stormpr.uk/structural-engineering

#182027
Sonnal S SinhaSonnal S Sinha
Moderator
  • Topics: 0
  • Replies: 30623
  • Total: 30623
Member since: August 16, 2013

Hi,

Kindly this CSS

.entry-content ul {
    list-style: disc inside !important;
}

Regards,
Chris

#182052
NigelNigel
Participant
  • Topics: 171
  • Replies: 311
  • Total: 482
Member since: March 17, 2016

many thanks, works well. is there a unit of size I can add to adjust the indent distance?

#182115
Sonnal S SinhaSonnal S Sinha
Moderator
  • Topics: 0
  • Replies: 30623
  • Total: 30623
Member since: August 16, 2013

Hi,

Kindly use this CSS

.entry-content ul li::before {
    content: "";
    position: relative;
    display: inline-block;
    padding-left: 10px;
}

Regards,
Chris

#182118
NigelNigel
Participant
  • Topics: 171
  • Replies: 311
  • Total: 482
Member since: March 17, 2016

thanks 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;
}

#182147
Sonnal S SinhaSonnal S Sinha
Moderator
  • Topics: 0
  • Replies: 30623
  • Total: 30623
Member since: August 16, 2013

Hi,

Okay, kindly add this CSS in style.css

.entry-content ul li::before {
    content: "";
    position: relative;
    display: inline-block;
    padding-left: 10px;
}

Regards,
Chris

#182176
NigelNigel
Participant
  • Topics: 171
  • Replies: 311
  • Total: 482
Member since: March 17, 2016

looks like you sent me the same code?

#182187
Sonnal S SinhaSonnal S Sinha
Moderator
  • Topics: 0
  • Replies: 30623
  • Total: 30623
Member since: August 16, 2013

Hi,

Yes, but add the same code in style.css. Not in custom CSS box.

Regards,
Chris

#182189
NigelNigel
Participant
  • Topics: 171
  • Replies: 311
  • Total: 482
Member since: March 17, 2016

my 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

#182190
Sonnal S SinhaSonnal S Sinha
Moderator
  • Topics: 0
  • Replies: 30623
  • Total: 30623
Member since: August 16, 2013

Hi,

Can you send us the screenshot of your issues after added the CSS code.

Regards,
Chris

#182192
NigelNigel
Participant
  • Topics: 171
  • Replies: 311
  • Total: 482
Member since: March 17, 2016

see: https://staguckz1e.stormpr.uk/wp-content/uploads/2021/08/Capture-bullet.jpg

when i add your code the bullets stay the same indent

#182232
Sonnal S SinhaSonnal S Sinha
Moderator
  • Topics: 0
  • Replies: 30623
  • Total: 30623
Member since: August 16, 2013

Hi,

Kindly use this CSS

.entry-content ul {
    margin-left: 20px;
}

Regards,
Chris

#182237
NigelNigel
Participant
  • Topics: 171
  • Replies: 311
  • Total: 482
Member since: March 17, 2016

thanks, 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

Viewing 15 posts - 1 through 15 (of 19 total)
  • You must be logged in to reply to this topic.