• Resolved minhh2792

    (@minhh2792)


    When I’m using list in a page, it’s just didn’t indent properly. How can I fix this issue ?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello @minhh2792 ,

    I just checked BlogMate theme by putting nested under order list inside classic Gutenberg block and confirm that it’s working properly. See screenshot https://prnt.sc/mAgeVRq7H-Nr

    Make sure you have put the list in correct format like:

    <ul>
    <li>Fruits
    <ul>
    <li>Apple</li>
    <li>Banana</li>
    <li>Orange
    <ul>
    <li>Naval</li>
    <li>Blood</li>
    </ul>
    </li>
    </ul>
    </li>
    <li>Vegetables
    <ul>
    <li>Carrot</li>
    <li>Broccoli</li>
    <li>Spinach</li>
    </ul>
    </li>
    <li>Grains
    <ul>
    <li>Rice</li>
    <li>Wheat</li>
    <li>Quinoa</li>
    </ul>
    </li>
    </ul>

    If you have put the list in correct format and it still not showing properly please share your site URL ( where you use this list ) We’ll check it.

    Thank you

    Thread Starter minhh2792

    (@minhh2792)

    @alexperegrine

    My website didn’t have Gutenberg installed, I just inserted the list using WordPress native editor (by appending “-” before the list item)

    • like this

    - like this

    Thread Starter minhh2792

    (@minhh2792)

    @alexperegrine

    It’s still didn’t works for me when using list in PAGE, both by using Gutenberg list block and Gutenberg classic block

    Preview: https://wp.minevn.net/test/

    But somehow list still works in POST: https://wp.minevn.net/uncategorized/test/

    • This reply was modified 2 months, 3 weeks ago by minhh2792.

    Try putting below CSS in Additional CSS field of customizer:

    .page .bloglo-entry ol,
    .page .bloglo-entry ul {
    list-style: disc;
    margin-left: 4rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    }
    .page .bloglo-entry>:first-child {
    margin-top: 0;
    }
    .page .bloglo-entry>:last-child {
    margin-bottom: 0;
    }
    Thread Starter minhh2792

    (@minhh2792)

    @alexperegrine

    it works! thanks for help ??

    Thread Starter minhh2792

    (@minhh2792)

    ehh nvm

    sorry for another ping

    • This reply was modified 2 months, 3 weeks ago by minhh2792.
    • This reply was modified 2 months, 3 weeks ago by minhh2792.
Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.