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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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é