I'm pretty sure it's possible but I can't remember the way, but can you center a AP Div so that it stays center aligned on the page no matter how big the window is?
I tried that and it didn't work, I think I'm doing it wrong tho. Are you able to put AP Divs inside the wrapper div? I feel hella stupid, I haven't done shit with websites in hella long ha.
What I'm saying is like, I got 4 things in 4 separate AP divs like so:
(theres one more below that)
But the problem is with AP divs (I think) is that they don't automatically center with the page when you change the browser window's size larger. So I tried putting the AP Divs into the wrapper div but that still ain't working. I know there's a way to do this not with AP divs and still get the same effect but I'm not the best with making sites.
I don't build much sites anymore but I know you can center CSS using a container.
Place all your other divs inside the container making the alignment/positioning relative then in your CSS make the container center aligned. I think if you add those it should center everything up. Thats what I have done in the past with CSS Layouts.