PDA

View Full Version : beginner please check my website


etfg
May-29-2009, 11:04 AM
hey guys.
i am a beginner to the whole customization thing. think i have pretty much sorted everything out.
the only thing is that in some galleries and info pages i have a grey line between my nav bar and the gallery. any ideas on how to get rid of this.
i think my home page is looking great and i want all my galleries to be flush like this...
]any help would be appreciated..

thewasteproject.smugmug.com

p.s. please ignore the photos they are just to test the site. hahaha
:ivar

J Allen
May-29-2009, 11:27 AM
To remove the border add this to your CSS:





#albumNav_top
{border:none;}



Also with this rule, you are hiding your slideshow button:



#breadcrumb {visibility: hidden;}
#altViews {visibility: hidden;}
.loggedIn #breadcrumb {visibility: visible;}
.loggedIn #altViews {visibility: visible;}



If you change it to this, you'll get the slideshow button back, and still hide the breadcrumbs:




/*=====Remove All Breadcrumbs=====*/
.notLoggedIn #breadCrumbTrail {display:none;}




If you add this rule to your CSS, it will remove the style bar, and tighten up your galleries:


#stylebar
{display:none !important;}




This rule will center the captions under your photo's, you could also add a few more things to it and increase the text size or color, things like that:


#caption_bottom
{text-align:center;}



Same with the "photo by":



#photoBy
{text-align:center;}




And this to remove the border between the two:



#photoBy,
#caption_bottom
{border:none !important}







:D

etfg
May-29-2009, 01:59 PM
To remove the border add this to your CSS:


[code]


#albumNav_top
{border:none;}


etc etc

:D

thank you for all these amazing tips. they all were perfect.

but now i have a large spage between my nav bar and gallery content. this is where the breadcumbs were. i have chosen to not have the slide show button so this space is useless. any idea on how to move all the content up so there is no space, like on my homepage.

thanks for thelp so far.
:clap :clap :clap