I thought I added a footer that extends to both sides of the page, but I guess not. What am I doing wrong. I want the footer to extend all the way out, no matter what resolution it’s being viewed on.
You need to take it out of the wrapper. Otherwise width: 100% means 100% of the wrapper’s width, which is not what you want. % width is set in relation to the parent element.
thanks Ralph.m : )
Your always on point with those answers