PDA

View Full Version : Need Help with a few things.....Pretty Please!!


dfarver5670
Feb-25-2009, 12:43 PM
I have four questions........

1. How do I get my pages......all to have the same theme......the Earth theme and still look right? When I try to do this they get all jacked up. Is this possible?

2. I have looked around but no clear answer to this one. I would like a thin border around my slideshow. How do I do this and will it change to fit the pics that arent landscape?

3. Is there a way to get rid of the pics below the slideshow?

4. How do I get my navbar to be just words?

Thanks so much. I have learned alot here.

Deborah Farver

http://timetoshine.smugmug.com/

J Allen
Feb-25-2009, 02:41 PM
Looks like you figured out most of your questions...Check here for help on all page themes:

http://www.smugmug.com/help/apply-themes

dfarver5670
Feb-25-2009, 03:06 PM
Thanks I did figurre out most of it. My problem is when I change them all to the earth theme it messes everything up. I dont know how to fix it so all the galleries look right with this theme. And it cuts off the top of my banner too.

The only other thing i have not figured out is how to make the navbar words bigger.

Any help will me much appreciated. Thanks.

J Allen
Feb-25-2009, 04:40 PM
The only other thing i have not figured out is how to make the navbar words bigger.


Adjust the red to increase font size here


#navcontainer ul {
margin: 0;
margin-top: 20px;
font-family: verdana, arial;
font-size: 130%;
padding: 0;
list-style-type: none;
text-align: center;
}


Adjust the red in this rule to increase or decrease the spacing between the words:


#navcontainer ul li a {
text-decoration: none;
padding: .6em 1em;
color: #BEE554;
background-color:
}

dfarver5670
Feb-25-2009, 04:44 PM
Adjust the red to increase font size here


#navcontainer ul {
margin: 0;
margin-top: 20px;
font-family: verdana, arial;
font-size: 130%;
padding: 0;
list-style-type: none;
text-align: center;
}


Adjust the red in this rule to increase or decrease the spacing between the words:


#navcontainer ul li a {
text-decoration: none;
padding: .6em 1em;
color: #BEE554;
background-color:
}


Thank you!!!:clap