PDA

View Full Version : Help ....


Awais Yaqub
Jun-19-2009, 10:45 AM
Hello i managed to add text box on homepage and remove from Galleries section.
But that text is in all galleries and i cannot remove it from them! :scratch

www.awaisyaqub.com (fine)
http://www.awais.smugmug.com/galleries (fine)
http://www.awais.smugmug.com/gallery/2386035_i7R3N (not fine)

And check the space between footer and slideshow i did nearly everything that i know but cannot reduce it.

thanks in advance

denisegoldberg
Jun-19-2009, 01:13 PM
Hi Awais -
I really like the look of your site.

On the misbehaving text, change this:
.homepage
#aboutme {
font-size: 10px;
width:230px;
height: 0px;
text-align: justify;
position: relative; top: 50px; left: 10px;
}

To this:
#aboutme {
display: none;
font-size: 10px;
width:230px;
height: 0px;
text-align: justify;
position: relative; top: 50px; left: 10px;
}
.homepage #aboutme {
display: block;
}
--- Denise

Awais Yaqub
Jun-22-2009, 08:01 AM
Hey thank you Denise

Now will greatly appreciate your help if you help me fix


The huge space between footer and slideshowI am glad you like the new look of my gallery thanks to you guys who allow us to go crazy with customization :thumb