Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Help with ChaoticSoul Theme - One center picture in header instead of two?  (Read 2648 times)

0 Members and 1 Guest are viewing this topic.

diana_of_wales

  • Coppermine newbie
  • Offline Offline
  • Posts: 1

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

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764

Just replace/adjust the following block in template.html:
Code: [Select]
<div id="headerimg" class="clearfix">
<div class="image_header bkgleft"> </div>
<div class="image_header bkgright"> </div>
</div>
Logged
Pages: [1]   Go Up
 

Page created in 0.016 seconds with 19 queries.