Make theme narrow Make theme narrow
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Make theme narrow

Started by LeaX, November 11, 2007, 09:40:01 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

LeaX

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.



Joachim Müller

Post a link to your gallery for a start.

LeaX


Joachim Müller

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.

LeaX

 :-\ Ok but how can I change it  ???
With the use of phoshop?)))  :o

Quotea fixed width of 1000 pixels.

Sorry I can't understand.

LeaX

I mean I can't understand where this "1000 pixels" are written in.

Joachim Müller

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.

LeaX


Joachim Müller