
Originally Posted by
jaropales
Anne, I think I figured out how to place the additional text next to the logo on my site, but I am having difficulties with positioning. I can't figure out how to change the margins or float or what ever is setting the positioning for that particular div. It seems like I tried everything, but I am not successful in changing the positioning of the text. There is too much margin on top, and for some reason the text is aligned to the right no matter what I do. What I would like to achieve is the logo on the left, and several short lines of text next to it without too much space in between the lines.
Right now the spacing is way too off.
www.clayjungle.com
I assume that all this spacing is set up somewhere in the style sheet. If you could please point me in the right direction I would really appreciate it.
Thank you.
Add this to the bottom of your stylesheet.css file:
Code:
#header-curr-lang p{position:relative;left:-480px;width:200px;}
Thanks,
Anne
Bookmarks