photomom86
02-09-2012, 01:29 PM
Hello, I am new here and newish to CSS & html. I know some very basic rules and that is it. I have a wordpress blog greeneyedcountrygirl.com (http://greeneyedcountrygirl.com) and I have customized the theme (code posted below) so that the main column and the sidebar is wider. Now I can't seem to figure out how to get my header/masthead to be centered.
Any help would be greatly appreciated!!
I have figured out enough that this is the part of the code I need to work on.
}
#masthead img,
img[class*="align"],
img[class*="wp-image-"] {
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
#masthead img,
img.size-full {
max-width: 85%;
width: 85%; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
Any help would be greatly appreciated!!
I have figured out enough that this is the part of the code I need to work on.
}
#masthead img,
img[class*="align"],
img[class*="wp-image-"] {
height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
#masthead img,
img.size-full {
max-width: 85%;
width: 85%; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}