Does anyone know how to move a picture just a little to the right without going in and changing the padding? Is there a quick fix somewhere to align the picture? I'd like my logo moved just a little to the right: www.mymommyslove.com
Thanks,
Theresa
Does anyone know how to move a picture just a little to the right without going in and changing the padding? Is there a quick fix somewhere to align the picture? I'd like my logo moved just a little to the right: www.mymommyslove.com
Thanks,
Theresa
How about applying a margin-left just to the element that holds your picture?
Rob
Find in your stylesheet:
#logo{line-height:106px;}
Change to:
#logo{line-height:106px; margin-left: 23px;}