Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #200524
    #200709

    Hey Lilipie!

    You’ll need to also increase the height of the header so that the image can expand to fill the area. Start with:

    
    .bottom_nav_header.social_header #header_main .container {
    height: auto;
    }
    

    You could switch to a specific height if you wanted but you may not need to.

    Best regards,
    Devin

    #200739

    Thanks so much for your help.

    The width still remains a problem. When I inspect element the logo .. It says 910px x 168 The logo is definitely 1300×168

    Could you possibly offer a little more advice so I can replicate it to look like this

    http://i.imgur.com/dBdINy7.jpg

    Thanks very very much.

    Lili

    #200974

    Hey!

    Try adding this code to the Quick CSS:

    .logo img {
        height: auto  !important;
    }

    Also, i think you would need to modify your logo, there are some spaces on the sides.

    Cheers! 
    Josue

    #201579

    Thanks for your help – this issue is now resolved.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Header and Social Icons’ is closed to new replies.