coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: dke on June 18, 2007, 02:04:06 PM

Title: Remove Gallery "Name" & "Description" and make the theme menu move to top...
Post by: dke on June 18, 2007, 02:04:06 PM
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..
Title: Re: Remove Gallery "Name" & "Description" and make the theme menu move to top...
Post by: Sami on June 18, 2007, 03:10:42 PM
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
Title: Re: Remove Gallery "Name" & "Description" and make the theme menu move to top...
Post by: dke on June 23, 2007, 04:53:09 PM
Thanks sami, im ashamed i didnt figure this out myself :)