I\'ve asked a question like this before, but I am using differnt code to last time.
I\'m trying to create a dropdown menu. Ther are certain elements in that main list th
Some element on the web page have standard padding values. For example all lists have padding-left. If you want to change this try this:
padding
padding-left
Add this in your CSS code:
ul { padding: 0; }
Or you can add come specific id or class for this menu, and change padding for them.
id
class