How to Indent Bullet Lists in Divi

Поділитися
Вставка
  • Опубліковано 19 січ 2025

КОМЕНТАРІ • 26

  • @jills7567
    @jills7567 Рік тому

    JOSH you are a magician! Thank you so much for this tutorial! So wonderful to know how to make a website look more like a printed document! THANK YOU THANK YOU

  • @mdmattyc
    @mdmattyc 4 роки тому +1

    The timing on this couldn't have been better! I was just finishing up a website this morning, and getting frustrated that I couldn't get my bullets to indent the way I wanted. Five minutes later, this pops up. Thanks Josh!

    • @JoshHallco
      @JoshHallco  4 роки тому

      Love it, Matt! Thanks for letting me know :) Nothing better than a timely tutorial I know!

  • @17aig
    @17aig 4 роки тому +1

    Josh, whether I knew how to do it or not, it is not the point the point is how clear and easy you explain everything just enjoying so much and learn from you so much since I subscribed to your channel thank you so much

    • @JoshHallco
      @JoshHallco  4 роки тому

      Thanks for your feedback Nissim!

  • @Sassyssavings
    @Sassyssavings 4 роки тому

    Life saver (okay time saver)! Finally tired of the time to line these up. Thanks so much!!!

  • @JidduSays
    @JidduSays 3 роки тому

    Your Style of explaining was very Easy to understand. Thank you very much for the tutorial josh. It helped. God Bless

  • @jeffholzinger6967
    @jeffholzinger6967 Рік тому

    Really cool Josh. My site is going to look fantastic because of your help. Thanks so much.

  • @Ajayan
    @Ajayan 4 роки тому

    Awesome! Thanks, Josh. This solved a problem I've had with Divi since I got it in 2016.

  • @showbizvet
    @showbizvet 3 роки тому

    MUCH appreciated and did the trick I needed

  • @aniketjoshi7518
    @aniketjoshi7518 4 роки тому +1

    Again genius content from genius brain.

    • @JoshHallco
      @JoshHallco  4 роки тому

      ha I don't know bout that!

  • @sabinekessels1889
    @sabinekessels1889 3 роки тому

    Awesome, thanks :)
    Question: do you know how to change the 2nd (and 3rd...) indent of the bulletlist?
    • this is just a simple list
    - the 2nd indent does not change in Divi, i would like another sign

  • @dominicconrad9010
    @dominicconrad9010 3 роки тому

    The indent styling is now an option to configure within the text module > bullet styling

    • @JoshHallco
      @JoshHallco  3 роки тому

      @Dominic I'm running the latest version of Divi and do not see that...Using the text module. Would be nice to have for sure...

  • @paulrathe
    @paulrathe 3 роки тому +1

    Thank you so much, Josh!! Question: if you have a nested list, so.. an OL set inside a UL set, what would the code be to have the text line up correctly under the OL? (Mine currently isn't).

    • @colsh_1
      @colsh_1 Рік тому

      I need the answer to this! Did you find a solution?

  • @dsha2006
    @dsha2006 Рік тому

    Can you show how to make non solid bullets that are nested inside of bullets? I tried custom coding this but it didn't work. it kept them all solid. Also, how can I indent text event when it's not a bullet point or number?

  • @lisanell2333
    @lisanell2333 4 роки тому

    Hey Josh, I've looked around for an answer, but no luck. After updating my CSS, even after deleting the Cache, my results don't show up until hours or even a day later. If I move to a different computer, I'll see the changes most of the time. Is there a server-side cache that I should be making changes to? Any thoughts would be great.

  • @GrahamJohnsonZA
    @GrahamJohnsonZA 2 роки тому

    Hi Josh, Thank you, this was really helpful. I have some lists which use letters and I would normally use but it continues to show the number. I would really appreciate the help. Thanks in advance.

  • @jeffhunter407
    @jeffhunter407 2 роки тому

    This CSS does NOT deal with nested lists. For instance, add an unnumbered list under a numbered list (i.e. 1.a. for instance).

  • @stephenturnerwebdesign
    @stephenturnerwebdesign 4 роки тому

    Hi Josh, there is an easier way... at the end of the bullet list press the enter key twice and it indents the bullet list as per your finished example... :-)

    • @JoshHallco
      @JoshHallco  4 роки тому

      So that method does drop the bullets down but it doesn't indent them from the left. I just tried it on my tutorial site. Good to know how to customize them with CSS anyway to have more control of the styling and if integrating any other plugins that have bullets. Good additional trick though!

    • @MB-sl8pw
      @MB-sl8pw 4 роки тому

      Thanks Josh 👍

  • @ladydayification
    @ladydayification 4 роки тому

    I can't get this to work!

  • @lumyser4046
    @lumyser4046 9 місяців тому

    I had to use the following to accomplist this (including different spacing for OL and UL).
    /* Add proper formatting to Bullet and Numbered lists */
    .et-l--body ol, .et-l--body ul {
    padding: 5px 0px 30px 50px;
    list-style-position: outside;
    }
    #et-boc .et-l ol li {
    padding-bottom: 10px;
    }
    #et-boc .et-l ul li {
    padding-bottom: 5px;
    }