D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Re: Increase header size

Front Page D5 Creation Forum General Support Increase header size Re: Increase header size

#4198
D5 Creation
Keymaster
Quote:
Quote from gabay611 on March 22, 2013, 04:08
fireandiceevents.org

We see that your logo is not properly edited. There is a large white space around the logo. You should make the white space transparent and crop the image portion properly and save the logo as a .png file. You may use any advanced image editor. After the image correction upload that image. You may also use the following code in the Custom Code within Head Area of Small Business Options. Change the max-height as expected.

Code:
<style>
img.site-logo, h1.site-title { max-height: 100px; position: absolute; }
</style>