x

Logo Size only on Home page

My logo appears smaller on the home page only. For some reason it is fine on all the others. When I try to resize it will adjust the other pages but not the home page. Any tips?

Can be seen at www.jazzwealth.com

Thanks!

1,709 Views
Message 1 of 6
Report
5 REPLIES 5

Hello,

Could you try to do a short header on your homepage to see if it has the normal size.

If so the Problem is with the Splash page and we can search futher.

Also i would put the "Contact Directly" in another color because with the blue background it isn't easy to read.

Regards,

1,706 Views
Message 2 of 6
Report

Hi There...

I see you are using the splash page for the home page.. there is a specific code for the splash page logo In the main-style.css.

how to fix =

In the css file you will find this code below.(do a search for .birdseye-header and locate the code below)

You will see it has max-height:40px (that is restricting the logo to a certain size on all pages apart from banner pages which you are using for the other pages in your site)

so to make the logo the same size as the other pages increase 40px to 60px

.birdseye-header .logo img {
    display: block;
    max-height: 40px; //increase to 60px
    max-width: 200px;
    overflow: hidden;
}

Hope this helps Smiley Happy

Let us know if not!

1,699 Views
Message 3 of 6
Report

I tryed to do that and now all my blog is blank! All the pages Disappeared and I cant find the code to change back. Please help.
1,666 Views
Message 4 of 6
Report

Hi @pmquiste

What is your website address please?

1,650 Views
Message 5 of 6
Report

Simple enough. thanks!
1,654 Views
Message 6 of 6
Report