html - Why can't I change list-style in css (OpenCart)? -
i'm not able affect list-style in website through css. "bullets" disappeared lists of sudden , there nothing in css file disable them.
for example here product page: http://www.azores-store.com/rollup/rollup-85cm/roll-up-premium-85
the list starts "nykyaikainen muotoilu". if @ source code of page can see ul , li tags don't have attributes, defaults.
now if @ css file: http://www.azores-store.com/catalog/view/theme/adefault2/stylesheet/stylesheet.css
there's nothing disable bullets lists. have tried referring list class has no effect.
i'm confused here... in advance help!
because of padding removal. default, lists have 40px
padding-left
value.
if remove ul, ul li{/* list-style: none; */}
css, , give ul
padding-left value, see disc.
Comments
Post a Comment