coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: Piglet on January 17, 2007, 10:12:00 AM

Title: How to move the "Powered by Coppermine" footer.
Post by: Piglet on January 17, 2007, 10:12:00 AM
First of all: I don't want to remove it!!!

In my new template I will have 2 footers. The first one is the Coppermine one. The second one is completely on the bottom (which is as wide as my layout). I want to move the footer of Coppermine to that second footer.

Example: http://coolsma.com/fotoalbum/

Is there an easy way to achieve this?
Title: Re: How to move the "Powered by Coppermine" footer.
Post by: Gizmo on January 17, 2007, 11:49:06 AM
You can use css positioning properties with the footer class in your style sheet. If you're not sure how to do this, search the web as there are many good sites for learning this from.
Title: Re: How to move the "Powered by Coppermine" footer.
Post by: Piglet on January 17, 2007, 12:55:30 PM
The only solution I can think of is setting all foreground and background colors to white. You can't disable things with CSS right?
Title: Re: How to move the "Powered by Coppermine" footer.
Post by: Tarique Sani on January 17, 2007, 01:13:29 PM
Quote from: Piglet on January 17, 2007, 12:55:30 PM
The only solution I can think of is setting all foreground and background colors to white. You can't disable things with CSS right?

You can but it is not recommended that you do that :)
Title: Re: How to move the "Powered by Coppermine" footer.
Post by: Gizmo on January 17, 2007, 01:48:05 PM
QuoteThe only solution I can think of ...

Then search the web for css positioning.