Theme breakage, help?
by adam on September 8, 2012
The blog header image is repeating because of something in the stylesheets. I can’t see where the bug is. If someone can help out, I’d be much obliged.
Expanded to add: It appears that there’s a computed “repeat” on the bg img which is the header, but why that repeat is being computed is unclear to me, and attempts to insert explicit no-repeats in various ways have not over-ridden the behavior.
2 comments
Check your CSS for the #header ID. You can either shrink its height (80px or less should do it) or add no-repeat after the URL in the background property (repeat is the default).
by M on September 8, 2012 at 6:37 pm. #
M, can you be more specific? I’ve attempted to add no-repeat in a variety of locations, and it doesn’t seem to stick
by adam on September 8, 2012 at 8:00 pm. #