[Support request] List

Home Forums Support [Support request] List

Home Forums Support List

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #272881
    Jeff Coppage

    I’m having no luck adding inline CSS to pad lists.
    Also when I use a class to try and add space, it is ignored.
    The bullets always display flush against an image if it’s added next to the bulleted list.
    I can add padding to the image but this adds space to everything not just the list.
    See this link. http://wp.me/p6TGtm-2MA

    I’m using GP 1.3.18

    #272923
    Tom
    Lead Developer
    Lead Developer

    Floating images and lists can be tricky.

    Try this:

    ul.leftspace {
        list-style-position: inside;
    }

    Also, never a bad idea to update to the latest version of GP 🙂

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