How to put the banner logo in the center? How to put the banner logo in the center?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

How to put the banner logo in the center?

Started by mr.bena, April 03, 2011, 12:44:05 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mr.bena

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.

Αndré

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).

mr.bena


Αndré