• Hello,
    I have tried to find custom CSS code which will enable me to change the line spacing within my bulleted text. On my Homepage, look under “Every client is important” section with bullet points. I want to minimize the line spacing within each sentence that is in the bullet points.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • lisa

    (@contentiskey)

    -try the following:
    start a new topic in the theme specific or plugin specific support forums to request guidance from the teams most familiar with the tools you are using to set up your site

    -Elementor-https://wordpress.org/support/plugin/elementor/
    -Business Gravity-https://wordpress.org/support/theme/business-gravity/

    -I see some issues with the html formatting in the “lists” that might be impacting your situation–i.e. each list item in the area I think you are trying to fix seems to be in a separate list. Double check the html formatting.

    • This reply was modified 2 years, 11 months ago by lisa.
    • This reply was modified 2 years, 11 months ago by lisa.

    Learn to use your browser inspector to see how your site is using html and css. Try adding this to your customizer > Additional CSS:

    .elementor-widget-container ul li {
        line-height: 1.0em;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Line Space within bullet points’ is closed to new replies.