First I should say this is an awesome program! I've just used it for the first time and will definitely recommend it to others.
Here's the problem I'm having. The title and images all stay centered, but as the browser window is resized, the top description and the captions under images don't adjust. I want it to be centered relative to the window size chosen by the user but can't seem to figure it out. I just don't understand CSS enough to know what to try.
In another post you said to add this to the bottom of the css file (main.css). p.caption {
display: block;
width: 640px;
margin: 1ex auto;
}
I tried that and it didn't fix it. Any other ideas?
Thanks!
A'isha