coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: murphy59 on August 11, 2007, 07:24:02 PM

Title: Centering menu
Post by: murphy59 on August 11, 2007, 07:24:02 PM
You're probably going to hate me for posting a question that will likely be super simple to solve, but I can't figure it out.

I want to center the menu with Album List, Last Uploads, etc. and I cannot figure out how to do it.  Can you help me?

http://www.59productions.com/gallery

Thanks.
Title: Re: Centering menu
Post by: Nibbler on August 11, 2007, 07:36:34 PM
Edit your theme's template.html and find the menu

<div align="left" class="topmenu">{SUB_MENU}</div>

then change the alignment to center.
Title: Re: Centering menu
Post by: murphy59 on August 11, 2007, 07:43:44 PM
Quote from: Nibbler on August 11, 2007, 07:36:34 PM
Edit your theme's template.html and find the menu

<div align="left" class="topmenu">{SUB_MENU}</div>

then change the alignment to center.

See?  I knew it would be depressingly simple.

Thank you SO much!