PDA

View Full Version : Top border/drop shadow getting cut off


thedjmiked
Jul-27-2007, 04:36 PM
Hello all!

I am hoping someone can help me with this because I cannot figure it out. My top border/drop shadow on all of my galleries is getting cut off. Is my logo too big? Can I reposition the border?

Here is my sample gallery http://photoboothexpress.smugmug.com/gallery/3214349#177379346
the password is guest if you need it.

Any and all help is greatly appreciated. Thanks!

Andy
Jul-27-2007, 04:43 PM
Hello all!

I am hoping someone can help me with this because I cannot figure it out. My top border/drop shadow on all of my galleries is getting cut off. Is my logo too big? Can I reposition the border?

Here is my sample gallery http://photoboothexpress.smugmug.com/gallery/3214349#177379346
the password is guest if you need it.

Any and all help is greatly appreciated. Thanks!

Welcome! I know that either Barb or Ivar know the answer to the shadow question. I'll ask them to pop in.

Your header isn't showing, either. You must remove the password from this gallery:
http://photoboothexpress.smugmug.com/gallery/3214340/1/177378917

in order for your header image to show up. Also be sure that "external links" are enabled in the gallery settings.

Barb
Jul-27-2007, 05:39 PM
Hello all!

I am hoping someone can help me with this because I cannot figure it out. My top border/drop shadow on all of my galleries is getting cut off. Is my logo too big? Can I reposition the border?

Here is my sample gallery http://photoboothexpress.smugmug.com/gallery/3214349#177379346
the password is guest if you need it.

Any and all help is greatly appreciated. Thanks!

Hi :)

Do you want to use the white theme throughout your site or only on that particular gallery?

If you want to use it everywhere, add the following to your CSS in your customization. We'll start with this and tweak it as we need to:

body {
background: url(/img/themes/White/small_center.jpg) center repeat-y;
width: auto;
}

body.critique,
body.smugmug {background: url(/img/themes/White/large_center.jpg)
center repeat-y;
background-color: #fff;
width: auto;
}

body.Large, body.Original
{background: url(/img/themes/White/large_center.jpg)
center repeat-y;
background-color: #fff;
width: auto;
}

If you only want to use it on that one gallery, let me know. The code will be different.

thedjmiked
Jul-28-2007, 08:23 AM
Barb and Andy,

Thank you both so much for the help.

Yes Barb, I would like to use the white for everything. I went ahead and added the code. All of the galleries look fine except for the Sample Gallery. Something is getting a little screwy there.

Right now the drop shadow is running vertically across the whole page. Is there any way to have it just box out the gallery area?

Thanks again for the help.

Mike

hyachts
Feb-14-2008, 02:03 AM
I applied this code and it extended the border vertically along my header - score one for Barb!

I have the same question dj has though - below the footer I see the borders continuing vertically. Also, I only want to use the white on my homepage - how do I modify the code to accomplish that? Thanks in advance!

http://monkeytales.smugmug.com

joejoe
Apr-09-2008, 08:20 AM
I'm using the white theme and when I put anything inder the header section (the html header section) it breaks the gradient border. I put in Barb's code and that fixed the problem for the header but now the border repeats after the horizontal shadow at the bottom of the page.

How do I get the border to be continuous in the header part and not start to repeat again after the horizontal shadow just under the powered by smugmug part?

I will use using the white theme for all pages.

Related to this, I discovered that code isn't compatible if I select the stretchy option. With it on, I see two vertical shadows if the page is wide enough. Not sure if I'm going to use stretchy or not yet, but right now I don't have a choice in the matter and I would like the option.

Thanks