Bullet List Styling Issue on Single Post Content

This topic has 5 replies, 2 voices, and was last updated 2 weeks, 3 days ago ago by khurram virk

  • Avatar: khurram virk
    khurram virk
    Participant
    July 8, 2025 at 11:54

    Dear Sir,

    Good day to you!

    I’m experiencing an issue with the styling of bullet lists on my single post pages.

    Specifically, the bullet points are appearing outside the content area, as shown in this screenshot:
    🔗 Screenshot of the issue: https://snipboard.io/JL37vX.jpg

    For reference, I am using the Post Content element provided by XStore, as shown here:
    🔗 Screenshot of the element: https://snipboard.io/XITdtG.jpg
    Could you please guide me on how to adjust the styling so the bullets align correctly inside the content area and look clean with the rest of the post formatting?

    Thank you

    4 Answers
    Avatar: Justin
    Luca Rossi
    Support staff
    July 9, 2025 at 05:10

    Hi @khurram virk,

    Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:

    
    .elementor-widget-theme-post-etheme_content ul.wp-block-list {
        padding-left: 25px;
        margin-bottom: 25px;
    }
    

    Kind regards,
    The 8Theme Team

    Avatar: khurram virk
    khurram virk
    Participant
    July 19, 2025 at 09:06

    Dear Sir,

    Good day to you!

    Following your previous advice, I added the custom CSS to fix the bullet alignment issue, and it worked well—thank you for that!

    However, I noticed that after applying the code, the bold text inside the blog content now appears overly bold, as shown in this screenshot:
    🔗 Screenshot: https://snipboard.io/su6rQN.jpg

    Here is the blog post link for reference:
    🔗 Blog Post: https://skysolmedia.com/top-10-reasons-to-switch-to-our-web-hosting-services-today

    Could you please guide me on how to adjust the font weight of the bold text so that it appears normal and consistent across the site?

    Thank you.

    Avatar: Justin
    Luca Rossi
    Support staff
    July 19, 2025 at 16:15

    Hi @khurram virk,

    Please also add this custom CSS code

    
    .elementor-widget-theme-post-etheme_content ul.wp-block-list li strong {
        font-weight: 600;
    }
    

    Let us know how it goes!

    Avatar: khurram virk
    khurram virk
    Participant
    July 24, 2025 at 12:03

    Thanks for the support! My topic “Bullet List Styling Issue on Single Post Content” has been successfully resolved.

  • Viewing 5 results - 1 through 5 (of 5 total)

The issue related to '‘Bullet List Styling Issue on Single Post Content’' has been successfully resolved, and the topic is now closed for further responses

Helpful Topics

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.