Advanced search  

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

Pages: [1]   Go Down

Author Topic: Multiple Issues with waterdrop theme and spacing  (Read 3843 times)

0 Members and 1 Guest are viewing this topic.

beverlysillsonline

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Multiple Issues with waterdrop theme and spacing
« on: July 16, 2005, 02:42:13 pm »

Howdy!

This site is still very much in its infancy stage...... Searched the boards but couldnt find a definite answer.

My gallery is using the waterdrop theme

And my topmenu is the source of much aggravation.

1.  My navigational structure on the left has been truncated down to a very small size. That is also using CSS, but with a font size system of em instead of pixel which the waterdrop is using. Could that be the reason why it has been reduced.

Waterdrop - font size 12 pixels
Navigationa font size - 0.9 ems

2.  How do you center the topmenu and have the wording appear on one line instead of two? 
Eg. ALBUM LIST
instead of

ALBUM
LIST


3. There is a big white space between the topmenu and where the gallery begins.
How do I reduce that 'white space"
I know once I log on that 'white space' is the bar for the admin or user menus, but it should still be reduced.

Especially for users who choose not to register

Thanks for your comments
Larry
Logged

kegobeer

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 4637
  • Beer - it does a body good!
    • The Kazebeer Family Website
Re: Multiple Issues with waterdrop theme and spacing
« Reply #1 on: July 16, 2005, 05:55:10 pm »

Hard to help without a link to your site.
Logged
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

beverlysillsonline

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: Multiple Issues with waterdrop theme and spacing
« Reply #2 on: July 18, 2005, 08:59:19 pm »

The site is
beverlysillsonline.com

The direct link to the gallery is

http://beverlysillsonline.com/gallery/index.php

thanks so much for any help in advance
Larry
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Multiple Issues with waterdrop theme and spacing
« Reply #3 on: July 19, 2005, 09:03:34 am »

edit the css class "topmenu". When looking at your template file, I could see that you have set the table width for the actual coppermine content to be only 200 pixels wide:
Code: [Select]
<table width="200" border="0" cellspacing="0" cellpadding="0">which is not good, as the content is wider. Looking at your site's output, you have the 200 pixel-wide table command repeated in your theme.php as well, which is the cause for your navigation to be broken into two lines instead of using the full width of your content area. You're using a design that will challenge every browser, with a lot of nested tables and div containers...
For details, post your theme.php (attach it to your posting, using "Additional options" when composing the message; rename from theme.php to theme.php.txt before you attach it).
Logged

beverlysillsonline

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: Multiple Issues with waterdrop theme and spacing
« Reply #4 on: July 19, 2005, 06:50:12 pm »

I changed the default table width in template.html to 470

<table width="470" border="0" cellspacing="0" cellpadding="0">


Config settings:
 Width of the main table: 415

Image view & Comment settings
width of table for file display: 420



There is still a huge white space between the header text and where the pictures begin to display

GauGau you said to edit the css class "topmenu"?
I am using the default css. minus the colorings


Thanks for any help
Larry
« Last Edit: July 19, 2005, 06:57:05 pm by beverlysillsonline »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Multiple Issues with waterdrop theme and spacing
« Reply #5 on: July 20, 2005, 08:02:12 am »

try 100%
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 20 queries.