Moving header image 2012 child theme
-
Hello, I am trying to build a child-theme from the 2012 theme. you can look at the site here: http://parkin.silverfir.net/wordpress/ I am trying to move the header image to the upper right corner. Firebug has told me that the class for this image is .header-image:
I think this is the proper style-rule:
img.header-image {
margin-top: 24px;
margin-top: 1.714285714rem;
border-radius:0;
box-shadow:0 0 0 rgba(0,0,0,0);
position:relative;top:100px;
right:100px;
)the header image has not moved
any help would be appreciated!
Thanks
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Moving header image 2012 child theme’ is closed to new replies.