Hi,
I'm hoping this is the right area to post and that someone can help me. I recently installed this layout (see image below) I accidentally changed the wrong width for one of the tables in the album list view, so now it's stuck like this when I login and access the config. On the main page the latest uploads page has stretched due to what I have done, I believe. As you can see, I can't click on anything such as the themes which is shown as an example, it's the same for every category I choose. When I scroll down the bottom there isn't the two buttons that say "save configuration" or "reset configuration". I really appreciate if someone could help. I've accessed the files in my cpanel, but I don't exactly know what I should be looking for to make the changes. Thanks!
[Edit GauGau]Replaced hotlinked file with attachment[/Edit]
Run an SQL query in phpmyadmin to correct the setting.
UPDATE cpg_config SET value = '100%' WHERE name = 'main_table_width' LIMIT 1"
Change cpg_ to the actual prefix you use.
Thank you! Problem fixed :)