Right align graphic in #Branding in WP 2011 Theme
-
I would like to add a right aligned image to the the header/access section and keep the title as text. The image is at http://llamonlinedotorg.files.wordpress.com/2011/11/idea1.jpg.
Below is the CSS I am currently using for the #branding area
#branding {
border-top:2px solid #bbb;
padding-bottom:6px;
position:relative;
z-index:9999;
background:#770202;
height:150px;
}I have tried to modify code below to work but with no success.
#branding img {
height: auto;
margin-bottom: -7px;
width: 100%;
}Any ideas
The blog I need help with is: (visible only to logged in users)
- The topic ‘Right align graphic in #Branding in WP 2011 Theme’ is closed to new replies.