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:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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