>> when I grab the list it applies my style to the <li>s and not the <ul> Is this because you don't have a consistent, reliable way to target the <ul> instead of the <li>'s? If that's the case I would try to go up the theming chain (not sure the CMS) to apply some classes.
Chris Rockwell On Wed, Aug 26, 2015 at 2:19 PM, David Hucklesby <[email protected]> wrote: > On 8/26/15 10:53 AM, Tom Livingston wrote: > >> On Wednesday, August 26, 2015, Angela French <[email protected]> wrote: >> >> Hello, >>> Usually to create non-bulleted list items that align left I would user >>> list-style-type:none; padding-left:0; >>> >>> However, I'm working in a CMS where when I grab the list items it applies >>> my style to the <li>s and not the <ul> and though there are no bullets >>> showing, the items are not aligned left. Is there some other CSS >>> approach >>> I can take? >>> >>> Thanks, >>> >>> Angela French >>> Internet Specialist >>> >>> >>> A little more info is needed I think. Is the text in the <li>s not >> aligned >> left, or is the ul not aligned left with content above and/or below? >> >> >> > Sorry, Angela. The padding-left is applies to the <ul> - not the list > items. > (margin-left in older IE). > > -- > Cordially, > David > > ______________________________________________________________________ > css-discuss [[email protected]] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ > ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
