I’m want to nudge the logo off the left margin. I’ve tried playing with padding in the CSS using this structure
#header-logo img {
max-width: 100%;
float: left;
height: auto
padding: 5px
}
But it stays glued to the left margin. If there’s an easy way to auto position the height image on the right, let me know that too.
The website I listed is a sandbox site. The real site has an under construction sign hanging out. If I can move it here, I can move it there. Thanks, George