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

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>