Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #275463

    Hello, I am trying to display a large logo in the header that doesn’t resize with the header. I would like to do exactly what this person did http://stopreservationshopping.com

    Can you please provide help? Thanks!

    #275676

    Hi sagash!

    Can you post the link to your website?

    Cheers!
    Yigit

    #275776
    This reply has been marked as private.
    #275777

    I want my logo to extend over the content. Thanks!

    #275809

    Hey!

    Try adding this code to the Quick CSS:

    strong.logo {
        position: relative;
        top: 55px;
    }
    .header-scrolled strong.logo{
        top: 27px !important;
    }

    Cheers! 
    Josue

    #275813

    Hello! Thank your for your response.

    Looks good but the logo is still being resized to 200 x 100, I believe. How would I be able to get a bigger logo?

    #275818

    Try adding this too:

    .logo, .logo img, .logo a{
        max-height: 185px !important;
        overflow: visible !important;
    }

    Modify the other code:

    strong.logo {
        position: relative;
        top: 20px;
    }
    .header-scrolled strong.logo{
        top: 0 !important;
    }

    Regards,
    Josue

    #275828

    Josue

    Very cool! Thanks for your help.

    Could I trouble you for one more modification? I know in my original request I didn’t want the logo to shrink with the header but now seeing how this looks, what would I need to add to this code so that once I scroll and the header shrinks, that the logo shrinks with it like it normally would?

    #275830

    Try adding this too:

    .header-scrolled .logo, .header-scrolled .logo img, .header-scrolled .logo a{
       max-height: 100px !important;
    }

    Best regards,
    Josue

    #275841

    Awesome! Works perfectly, Thank you!

    #275842

    You are welcome, always glad to help :)

    Regards,
    Josue

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Large logo that doesn't resize’ is closed to new replies.