Hi, if anyone can help solve small problem
in 'Thumbnail view' i opt to have filename below the file description but there appear on the same line without a space '<br>' between them
thanks
paul
Provide a link to a page that shows the issue.
my host is down, here's a pic of my gallery and the problem
thanks
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fsnap26.photobox.co.uk%2F54878884f2594e7701eb542ffa6be92f11febc90f52496e72c82101e.jpg&hash=3871fd9a37cbcc7995caf0c0963672162548e2e0)
It looks fine on my testbed which uses the "classic" theme.
My guess is you changed "thumb_filename" in yourtheme/style.css. The default style uses:
display: block;
which will put the filename on a line by itself.
didn't work
could i add it in thumbnail view 'theme.inc.php' and turn it off in admin
don't edit include/themes.inc.php, under no circumstances.