Advanced search  

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

Pages: [1]   Go Down

Author Topic: Help with ChaoticSoul Theme - One center picture in header instead of two?  (Read 2698 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.02 seconds with 19 queries.