Link to home
Create AccountLog in
Avatar of jonathanduane2010
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.
Avatar of jonathanduane2010
jonathanduane2010

ASKER

the site is whiteformconstruction.com/nua
Avatar of Gary
You could just add to the logo image css
margin-top:42px
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 { margin-top:42px;}
#logo { margin-top:42px;}
                  #logo h2 {}
                        #logo h2 a { color: #fff;}
                  #logo:active { top: 1px;}

i have this and its not working?
ASKER CERTIFIED SOLUTION
Avatar of Gary
Gary
Flag of Ireland image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
thank you so much