Archived topic
List
1 reply · Started by Jeff Coppage on February 1, 2017
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
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 :)