Quote:
Quote from testdrivetech on January 27, 2013, 03:31
I am using the Small Business Pro theme… I would also like to know if there is ANY way to increase the size of the logo area both horizontal and vertical please…
Please input the following code in the Custom Code within Head Area of Theme Options
Code:
<style>
img.site-logo, h1.site-title { max-height: 90px; max-width: 300px; } /* increase these values */
#smallbusiness-main-menu { max-width: 610px; } /* decrease this value */
</style>