Help with ChaoticSoul Theme - One center picture in header instead of two? Help with ChaoticSoul Theme - One center picture in header instead of two?
 

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

Help with ChaoticSoul Theme - One center picture in header instead of two?

Started by diana_of_wales, June 06, 2011, 01:00:19 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

diana_of_wales

I am a new user of Coppermine and am using the ChaoticSoul Theme and would like to have one picture centered in the header instead of two separate pictures.  I have attached the picture I would like to use and have posted the header style code below.

.image_header {
   background: #22201d url('images/image_left.png');
   border: 1px solid #363430;
   height: 149px;
   width: 421px;   
   }

   .bkgleft { background: url('images/image_left.jpg'); float: left; }
   .bkgright { background: url('images/image_right.jpg'); float: right; }

Thanks in advance for the help.

ΑndrĂ©

Just replace/adjust the following block in template.html:
<div id="headerimg" class="clearfix">
<div class="image_header bkgleft"> </div>
<div class="image_header bkgright"> </div>
</div>