Bullet Points Aren't Indenting

  • Author
    Posts
  • #57511

    Hi,

    I’m working on updating a client’s website. She has this theme installed.

    But, I cannot get bullet points to actually indent on pages or in blog posts.

    They show up as indented on the visual editor. I’ve even gone into the text editor and manually entered <ul style=”margin-left: 20px;”> to see if I could get it to move that way.

    But, in preview mode and while viewing the site on multiple browsers, all bullet points site-wide are hugging the left margin.

    Thank you for your help in fixing this matter.

    Website: theprofessionaltravelplanner.com

    #57750
    Zed
    Cryout Creations mastermind

    Lists inside post/page content have indentation. Outside there the lists have their styling reset (because a lot of structural elements are built with lists).

    You can add the desired indentation for lists displayed inside the theme’s landing page extra text areas with CSS:

    .lp-text ul {
        list-style: inside;
        margin-left: 1em;
    }

    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #57794

    Thank you for responding, but I’m having trouble with bullet points ON both pages and posts, not in any other area. They are hugging the left side, and even when using html to move the indentation, they aren’t budging.

    Website: theprofessionaltravelplanner.com

    #58397
    Zed
    Cryout Creations mastermind

    The theme’s text areas are not content (post, pages) per-se, so content styling does not apply.

    Use the custom CSS I previously suggested as it will correct the list bullets in the text areas.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Bullet Points Aren't Indenting’ is closed to new replies.