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: Chaotic soul slight modification - need help  (Read 2340 times)

0 Members and 1 Guest are viewing this topic.

JohnJohn

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Chaotic soul slight modification - need help
« on: February 16, 2007, 12:09:24 pm »

I've been trying to adapt it a bit with more or less success and i'd like to know if someone can gave me tips if not answers because to be honest, even if i have a bit more than basics understanding of web design, it took me far too much time to achieve, when it works, good results.

So firstly i need to change the width of sidebar while extending the width of main content. Something like 50 pixels less for menu bar, and so 50 pixels more for mainframe. This would allow for thumbnails of greater size while letting some space around them. And anyway, there is too much space lost in sidebar.
I managed to find how to reduce sidebar width, but absolutely not how to extend main content width, thus breaking the layout each time ...

URL of my gallery : http://johnmagnus.free.fr/entropia/copper/

Thx by advance for your help
« Last Edit: February 22, 2007, 08:08:33 am by GauGau »
Logged

Gizmo

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1015
    • BullsEye Photos
Re: Chaotic soul slight modification - need help
« Reply #1 on: February 18, 2007, 02:25:37 pm »

In the style.css

find
Code: [Select]
#content { float: left; font-size: 1.1em; width: 617px; }replace with
Code: [Select]
#content { float: left; font-size: 1.1em; width: 667px; }
and find
Code: [Select]
#sidebar { border-left: 0; float: right; width: 200px; }replace with
Code: [Select]
#sidebar { border-left: 0; float: right; width: 150px; }
Then drop this new attached content_bkg.gif into the image folder to replace the current one.
Logged
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

JohnJohn

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Re: Chaotic soul slight modification - need help
« Reply #2 on: February 20, 2007, 02:04:11 pm »

It works

Thx a lot

so all my problem was in fact the background img. Because of the border effect color of this image, I was thinking it was another table somewhere who broke the layout ...  ::)

Really thank you
Logged
Pages: [1]   Go Up
 

Page created in 0.05 seconds with 24 queries.