PDA

View Full Version : SmugMug Style putting picture at bottom


largelylivin
Feb-21-2007, 07:33 AM
This didn't use to happen.

Whether I use smugmug or smugmug small, the photo is placed below the thumbs instead of to their right. It may be unique to me because of the very wide aspect ratio.

See here:

http://blue-dog.smugmug.com/gallery/2430895#129001446

Barb
Feb-21-2007, 09:01 AM
This didn't use to happen.

Whether I use smugmug or smugmug small, the photo is placed below the thumbs instead of to their right. It may be unique to me because of the very wide aspect ratio.

See here:

http://blue-dog.smugmug.com/gallery/2430895#129001446

Hi :)

It's this part of your code:

#journal, #smugmug, #smugmug_small, #slideshow {width: 900px;}

Change the 900 to like 960 and you'll be fine.

The normal width for SmugMug style is 960.

largelylivin
Feb-21-2007, 10:19 AM
Hi :)

It's this part of your code:

#journal, #smugmug, #smugmug_small, #slideshow {width: 900px;}

Change the 900 to like 960 and you'll be fine.

The normal width for SmugMug style is 960.

Thanks Barb. That fixed it.