I need some help figuring out why when I adjust my content width, it all moves to the right side of the screen.
Long story short, I want content on ALL pages of my site to be wider because they are so small right now. I’ve been using this code which makes the content wider:
.container {
width: 70%;
}
However, it moves everything to the right. Can someone suggest code to fix this?
The page I need help with: [log in to see the link]