forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: diana_of_wales on June 06, 2011, 01:00:19 am

Title: Help with ChaoticSoul Theme - One center picture in header instead of two?
Post by: diana_of_wales on June 06, 2011, 01:00:19 am
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.
Title: Re: Help with ChaoticSoul Theme - One center picture in header instead of two?
Post by: Αndré on June 08, 2011, 03:12:29 pm
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>