My post disappeared. If you can't see it I ma trying to move my newly added header image the the far left of the window. Does any one know how to do this?
thanks
My post disappeared. If you can't see it I ma trying to move my newly added header image the the far left of the window. Does any one know how to do this?
thanks
Did you solve your problem? I looked at your site and it looks good to me (except that your menu par has the text in white, so it's invisible). If you still need help, can you post more information about your problem?
BrightBold, thanks for taking a look. I made the menu white just to visualize it as if it weren't there. As for my header, I want it moved to the complete left, that is touching the edge of the browser.
In that case, in your 2c-r-fixed.css, you need to change:
#branding {
margin: 0 auto;
}
to
#branding {
margin: 0;
}
(or replace "auto" with whatever number of pixels you want between the left edge of the browser and your image).
If you decide you don't want the navigation menu, you can add
display: none;
to the #access section of 2c-r-fixed.css so people won't select or click the items accidentally.
thank you BrightBold! I will give it a go!
You must log in to post.