Chaotic soul slight modification - need help Chaotic soul slight modification - need help
 

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

Chaotic soul slight modification - need help

Started by JohnJohn, February 16, 2007, 12:09:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JohnJohn

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

Gizmo

In the style.css

find
#content { float: left; font-size: 1.1em; width: 617px; }
replace with
#content { float: left; font-size: 1.1em; width: 667px; }

and find
#sidebar { border-left: 0; float: right; width: 200px; }
replace with
#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.
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

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