Hello,
So I tried to add the: #logo { top: 12px !important; } to style.css
I'm not sure where to put it though cause it didn't work where I tried. Using the Awake theme, see it here:
http://www.onlinesoundhealing.com/
Thanks!
(3 posts)
(2 voices)
Hello,
So I tried to add the: #logo { top: 12px !important; } to style.css
I'm not sure where to put it though cause it didn't work where I tried. Using the Awake theme, see it here:
http://www.onlinesoundhealing.com/
Thanks!
Hi unstopabell,
Where you have the code is good.
The logo is a class though, not an ID, so try replacing what you have with this:
.logo { top: 12px !important; }
That worked! Thanks so much!
You must log in to post.