Hi, I am using curve theme and my banner logo is positioned at the top-left conner. I would like to make this logo locate at the top-center/middle of the screen, how would I do this? I use html <center></center> tag in template.html but it does not work, please help.
Have a close look at template.html. The logo is inside a div element. If you try to center your image it will only be centered inside that element (and thus it won't change its location).
I got it! Thank you.
Marking accordingly.