How can I solve it?


why home text get more margin left side?
How can I fixed it like sample text ?
code pen link

Unordered and Ordered List (UL and OL) tags have margin and padding by default, that’s why you are getting that extra space.

Set both margin and padding of ul to zero (0), the extra space will be removed. Then, you can add the desired padding on li elements instead.

1 Like

Thank you a lot for help…

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.