Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Unordered list not lining up with div container Re: Unordered list not lining up with div container

#59207
apostrophe
Participant

You can add this to the top of your stylesheet for now but you should really look at doing a proper css reset.

Code:
* {
margin: 0;
padding: 0;
}