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.
Post a link to your gallery for a start.
Here it is http://www.jackandkate.ru/gallery/
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.
:-\ Ok but
how can I change it ???
With the use of phoshop?))) :o
Quotea fixed width of 1000 pixels.
Sorry I can't understand.
I mean I can't understand where this "1000 pixels" are written in.
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.
Oh thanks I've done this :D
Issue solved then?