Quote:
Quote from [email protected] on June 30, 2013, 23:29
I am having the same issue and I have went to the “theme editor” and increased the image site to 750px by 200px. Then, when I go to the Themes header to insert the image the “Crop image” area is still too tiny. It does not increase the size allowable for the image.
http://www.AmericanContractorExchange.com/wordpress
You will find Custom Code within Head Area box in the Business Line Options in Pro/Extend Version of Business Line. Just paste the following code there and change the values as expected. Upload the logo from Business Line Options.
Code:
<style>
img.site-logo { max-height: 90px; max-width: 300px; position: absolute; }
</style>