Newbie here. Using the IGames theme. When configuring it, I placed a name in the Gallery Name field and a description in the Gallery Description field. That all worked fine (Fig.1) but I decided I would like to replace the text Gallery Name with a graphic version. I exported the .jpg file that was used for the background of that section, added the graphic name to it and brought it back into the theme/igames/images folder (renaming it the same as the original). The problem is that when I removed the Gallery Name entry (so it wouldn't overlay the new graphic - Fig. 2) the graphic was truncated and the description field was over it (Fig.3).
Is there any way to fix this so I don't need an entry in the Gallery Name field and the size of the new graphic with background works?
Fig. 1
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fi104.photobucket.com%2Falbums%2Fm174%2Fhicountryrider%2Ftest%2Fcpprmine1.jpg&hash=b0062e649e8b3ca07ff5badc7229b8de2f796cd5)
Fig. 2
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fi104.photobucket.com%2Falbums%2Fm174%2Fhicountryrider%2Ftest%2Fcpprmine2.jpg&hash=934ab83f82d5ca5ed8f5cd212aa9ec10a66a3cc0)
Fig. 3
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fi104.photobucket.com%2Falbums%2Fm174%2Fhicountryrider%2Ftest%2Fcpprmine3.jpg&hash=8739c777eba97d80ebff7f4463a1b49131da6b4c)
Why don't you just replace<h1>{GAL_NAME}</h1>
with<h1> </h1>
This would of course not be the ideal solution, but should work if you're not familiar with HTML/CSS.
QuoteWhy don't you just replace
Code:
<h1>{GAL_NAME}</h1>
with
Code:
<h1> </h1>
This would of course not be the ideal solution, but should work if you're not familiar with HTML/CSS.
Thanks for the reply, that worked! A lot to learn for an old guy!