So I have a nav menu that I have floating on the left. I would like to move it more to the right without affecting the container. When I use padding or margin it moves it, when I try
position: absolute;
It just moves the container to the left and minimizes it.
[RESOLVED]
All help is appreciated, still pretty new to html/css.
On Menu