Menu Help
VisualVoodoo
Registered Users Posts: 5 Beginner grinner
Hi guys...I have been playing around trying to make my blog and SmugMug look seamless. I am pretty darn close but trying to find the correct code via CSS is driving me mad. I have been using Firebug and these forums trying to find a good answer and not yet figuring it out.
What I am trying to do is move the menu a little to the left and increase the spacing between menu words. Maybe the ability to move the logo left or right too.
http://www.visualvoodoo.com
Can anyone help me out with this? Thanks....
What I am trying to do is move the menu a little to the left and increase the spacing between menu words. Maybe the ability to move the logo left or right too.
http://www.visualvoodoo.com
Can anyone help me out with this? Thanks....
0
Comments
Add this:
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Anyhow, thanks for responding. I appreciate that. I believe it's pretty close to perfect now...
The first code didn't do anything. It looks like it will move something (logo or menu) up or down but I couldn't see anything move after changing the numbers big and small.
The second code...thanks...that worked. I wasn't sure what the difference was between the first number and the second number as they appeared to do the same thing. I changed those big and small trying to decipher what they do. I went with your 31 and made the last number 0 and that got them relatively close to my blog.
It looks like the menu needs to shift to the right a bit and I was not able to figure that one out. Any ideas Mike?
Thanks.
Looks like the right margin is shifting the text to the left.
.sm-page-widget-nav .sm-page-widget-nav-popover.sm-page-widget-nav-horizontal .sm-page-widget-nav-toplink {
margin: 0px 31px 0px 0px !important;
}
Setting some on both sides centers nav.
margin: 0px 10px 0px 10px !important; /* top R bot L */
Edit: the actual nav div is centered. It was that in each cell the text was shifted to the left with that R margin.
My Website index | My Blog
I'm not sure if the airport is still in use. I know flight students are using the old Castle AFB now. I was at Castle "back in the day".
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk
Images in the Backcountry
My SmugMug Customizations | Adding CSS to Your Site | SEO for the Photographer | Locate Your Page/Widget Number | SmugMug Help Desk