Ul Padding issue
Hello,
I'm trying to keep consistent padding so everything is aligned on the left. The UL has default padding, and once removed, beaks the flow as the
list-style-image
is ignored and only the contents follow. How can I align so that list-style-image maintains the same padding?5 Replies
difficult to tell without some running code.
What you can try is
list-style-position: inside;
on the ul
if this doesn't do what you want, consider making a codepenThis works 👍
Thank you
no problem, good luck on the project
Appreciate it. Trying out this FrontendMentor site. I've seen a lot of people here chat about it
yea, you can do some good practice with it