coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: LeaX on November 11, 2007, 09:40:01 PM

Title: Make theme narrow
Post by: LeaX on November 11, 2007, 09:40:01 PM
Sorry for my bad English and also if there is an answer but I can't understand how to do this.

So...
I have my_tank coppermine theme, but I want to make it narrow not only the mainbody as in Config but the whole theme - logo, admin panel etc.
I found theme.php file (themes\my_tank\theme.php)
and there were such words:

<td width="93">
   <table border="0" cellpadding="0" cellspacing="0" width="93">

I put 53 instead of 93... but nothing has changed.
What's wrong? How make this theme narrow? Please it's important.

...or maybe you know some other narrow and light sandy theme?

Thanks in advance.


Title: Re: Make theme narrow
Post by: Joachim Müller on November 12, 2007, 08:16:05 AM
Post a link to your gallery for a start.
Title: Re: Make theme narrow
Post by: LeaX on November 12, 2007, 11:51:27 AM
Here it is http://www.jackandkate.ru/gallery/
Title: Re: Make theme narrow
Post by: Joachim Müller on November 12, 2007, 03:00:55 PM
The table width is being hardcoded into that theme - review http://www.jackandkate.ru/gallery/themes/my_tank/template.html with a fixed width of 1000 pixels.
Title: Re: Make theme narrow
Post by: LeaX on November 12, 2007, 03:47:04 PM
 :-\ Ok but how can I change it  ???
With the use of phoshop?)))  :o

Quotea fixed width of 1000 pixels.

Sorry I can't understand.
Title: Re: Make theme narrow
Post by: LeaX on November 12, 2007, 03:48:38 PM
I mean I can't understand where this "1000 pixels" are written in.
Title: Re: Make theme narrow
Post by: Joachim Müller on November 12, 2007, 05:24:13 PM
Edit the file I refered to above in your favorite plain text editor (notepad.exe is fine) and do a search for the term "1000". Change as you see fit. This is very, very basic HTML.
Title: Re: Make theme narrow
Post by: LeaX on November 12, 2007, 09:35:49 PM
Oh thanks I've done this  :D
Title: Re: Make theme narrow
Post by: Joachim Müller on November 13, 2007, 06:31:24 AM
Issue solved then?