jonathanduane2010
asked on
making logo and player level on page
Hi,
I have a wordpress theme, and i have done some playing around with it, but i was wondering if there is any way i can make the logo and the flash player level?
i dont know if its possible.
I have a wordpress theme, and i have done some playing around with it, but i was wondering if there is any way i can make the logo and the flash player level?
i dont know if its possible.
You could just add to the logo image css
margin-top:42px
margin-top:42px
ASKER
i have tried this and it didnt work on the layout.css
#logo { position: margin-top:42px;}
#logo h2 {}
#logo h2 a { color: #fff;}
#logo:active { top: 1px;}
#logo { position: margin-top:42px;}
#logo h2 {}
#logo h2 a { color: #fff;}
#logo:active { top: 1px;}
#logo { margin-top:42px;}
ASKER
#logo { margin-top:42px;}
#logo h2 {}
#logo h2 a { color: #fff;}
#logo:active { top: 1px;}
i have this and its not working?
#logo h2 {}
#logo h2 a { color: #fff;}
#logo:active { top: 1px;}
i have this and its not working?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
thank you so much
ASKER