My issue may be small, but I am struggling to find a solution. I have a content header that is 864px wide with a background image repeated vertically and a footer image. I now have a <div>
positioned over the background image and I want it to be 855px wide, with the text aligned to the left but still centrally aligned so that it fits within the background.
I previously had it working with some left padding, but I realized that was only suitable for my specific screen resolution.
In summary, I need to set the width of the div, align it in the center, and then align the text (content) to the left.