View Full Version : Need assistance with pro account.
D.Rodgers
May-15-2008, 04:36 PM
I set up a slide and custom header using Ivar's Tuturiols .
What i'm having trouble with is placing my header to top left and the navbar to the right,also to the bottom left of the navbar is David Rodgers'home,how do I remove that?
Tia for any help. my site is in my sig.
With regards david
denisegoldberg
May-15-2008, 07:35 PM
I set up a slide and custom header using Ivar's Tuturiols .
What i'm having trouble with is placing my header to top left and the navbar to the right,also to the bottom left of the navbar is David Rodgers'home,how do I remove that?
David -
I'd recommend starting with removing the brown "bar" that is obscuring your banner, and by centering your slideshow. Here's CSS to do that:
#extraDiv1 {
display: none;
}
#userBio {
text-align: center;
}
To remove David Rodgers' home, see # 25 in the customization FAQ at http://www.smugmug.com/help/customize-faq.
You want your banner to the left and navbar to the right?
I did a little playing, don't know what look you are after. But you could try this CSS to see if it gets you closer to your desired look. (Back up your current CSS first in case you don't like this variation!):
#my_banner {
float: left;
width: 750px;
height: 150px;
margin-top: -60px;
background: url(http://davidrodgers.smugmug.com/photos/295794084_QfSFY-O.jpg) no-repeat;
}
#navcontainer ul {
position: relative;
margin: 50px 0px 0px 0px; /* top right bottom left */
padding: 0;
list-style-type: none;
text-align: center;
}
#navcontainer ul li {
display: inline;
}
#navcontainer ul li a {
text-decoration: none;
padding: .2em 1em;
background-color: #000000;
font-size: 125%;
color: #C89637 !important;
font-family: verdana, arial !important;
font-weight: bold;
}
#navcontainer ul li a:hover {
color: #fff;
background-color: #996600;
}
--- Denise
D.Rodgers
May-16-2008, 03:56 AM
Thanks for you assistance Denis.
I used your css it worked good just not 100% on the style i want yet.
Your info is invaluable to me because it shows me where to make changes in the css.
I had to laugh ,last night i logged off and checked the web site ,only to see that brown bar blocking my hard work DOH! thanks for the heads up and css to remove it.
With regards david.
vBulletin® v3.8.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.