pangu 0 Report post Posted May 22, 2010 Hello, i think i have a simple question. i want to have my headerimage which is 1242px width in the following align.. style="position: absolute; left: 50%; margin-left: - half of the container width Can you tell me how and where i can set these option? Thanks! Share this post Link to post Share on other sites
Andrew 207 Report post Posted May 24, 2010 sure, you can add a custom css rule for it (in options) maybe apply it to the headerimage `img` tag: ` .headerimage{ position: absolute; left: 50%; } ` help? Share this post Link to post Share on other sites