Remove Gallery "Name" & "Description" and make the theme menu move to top... Remove Gallery "Name" & "Description" and make the theme menu move to top...
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Remove Gallery "Name" & "Description" and make the theme menu move to top...

Started by dke, June 18, 2007, 02:04:06 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

dke

Hi there Coppermine Themers!

I hope you could guide me in the right direction of this issue, to remove the gallery "name" & "description" is very easy, but then it leaves a big gapp between the menu (macosx) and the top of the page. I would like the menu to be on the top of the page and remove this gap that is reserved for the galley name and description...

Anyone willing to help me here? Tried the search but came up with nothing on this exact thing..

Sami

Just remove this

<div class="top_panel">
  <div class="top_panel_r">
    <div id="GAL_NAME">
      <h1>{GAL_NAME}</h1>
      <h3>{GAL_DESCRIPTION}</h3>
    </div>
  </div>
</div>

from themes/mac_ox_x/template.html
‍I don't answer to PM with support question
Please post your issue to related board

dke