Hiya, I can’t for the life of me figure out why the elements in the two footer areas pushed to the right margin
Please help me align all these divs and their elements nicely centered.
The site: nataliegwinters . com
Hiya, I can’t for the life of me figure out why the elements in the two footer areas pushed to the right margin
Please help me align all these divs and their elements nicely centered.
The site: nataliegwinters . com
The ul
element has default padding and margin.
ul {
padding: 0;
margin: 0;
}
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.