After the success of my first collaboration with Zazzle, I’m following it up with an original design featuring two wide format photographs on white canvas which serves as a background and border for the two images which combine in an equal sign layout. I am inspired to keep working with Zazzle to create an online storefront featuring their products with my imagery. The possibilities are endless and they take care of all the production and shipping! 😀
I finally figured out how best to change my header images from the default ones. Â I found some good instructions, made a child theme from WP Twenty Eleven and then installed the Cimy image rotator plugin, upload all my new images and updated some code:
The tricky part was figuring out how to eliminate the extra spacing that the plugin code added when I replaced some php code in my headers.php file. Â I had to find the margin value and change it to 0 auto; Â Figured this out thanks to JennC on this helpful forum post.