Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1009931

    Hi,
    I’m looking to reduce space between UL bulleted items. Right now there’s a large amount of whitespace between.
    Would somebody please be able to throw some Quick CSS my way that will show me how to do this?
    Many thanks!
    Drew

    #1009961

    Hey drewfr,
    I took a look at your page, and I assume you would like this to work across your site, I also assume that these will always be in a text block element. In this case please try this code in the General Styling > Quick CSS field:

    .av_textblock_section li {
    padding: 0px !important;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.