Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #562533

    Hi i need some help.

    When you open up my site I would like my main logo to show up (transparency) logo as a overlay. When you scroll down the logo shrinks it will go to the small logo (just the icon). Right now the icon logo show up fine but the transparency logo is too small.

    How do I make the transparency logo larger?

    #562535

    Hi mcraig77!

    Add this to your custom CSS.

    .logo, .logo a {
        width: 300px;
    }

    Cheers!
    Elliott

    #571909

    Hi I tried making the logo 400 and nothing happened. Please advise

    #572727

    Hi!

    If you make the logo width 400px wide there will simply be no room for the menu items in screen size that are smaller and the menu items will bump into the logo but if you still wish to do the changes please send us wordpress login details as a private content and we will help you do that.

    Cheers!
    Vinay

    #573241

    Hi There, Yes I will still need the logo 400px.

    Login info below

    Thanks

    #573846

    Hi!

    Thank you as per your request the logo width is now 400px wide

    we have added this code in css

    
    @media only screen and (min-width: 769px) {
    .logo img {
       width: 400px!important;
       height: auto!important;
    }
    }
    
    

    Regards,
    Vinay

    #573962

    Ahoy, So I need the logo to be the same proportions and be scaled correctly…

    When I scroll down the logo changes and that logo I didnt want changed…. I just wanted the intital logo to be 400px … not the small bar logo changed. I need that normal.

    Please advise

    #574186

    Hi!

    We are working on your ticket please wait while we update the results here soon.

    It has been corrected with updated below below code

    
    
    /* Change logo width in desktop*/
    
    @media only screen and (min-width: 769px) {
    .av_header_transparency .logo img {
       width: 400px!important;
       height: auto!important;
    }
    }
    

    Best regards,
    Vinay

    • This reply was modified 8 years, 10 months ago by Vinay.
    #574240

    Looks good.

    The only thing that looks off is when it transitions from the big logo to the small logo. Any way to make it not look so janky?

    Also any way to move the large logo to the left tad to line up with the slider text?

    Thank you guys SO much!

    #574949

    Hi!

    Logo transition is taken care off.

    The logo is aligned to the left of slider text but the space is coming from the logo image please edit your logo image

    Best regards,
    Vinay

    #575078

    Gotcha,

    I just updated the logo so it looks better now but it seems to have reactivated the transition…

    T

    #575184

    Hi!

    I don’t see any transition between the logo in the header before and after scroll on my end. please refresh the browser cache by holding down the shift key and hit refresh several times and check again. We are here to help!

    Cheers!
    Vinay

    #575186

    Hey vinay –

    I opened up a incognito browser and this is what happens. This is right before it transitions to the same logo.

    Please advise

    #575195

    Hey!

    I checked in several browsers and looks good to me. please refresh the page several times it looks like caching issue on your browser or try in a different browser. If you still have issue please play with the logo width 400px and reduce it a bit.

    Regards,
    Vinay

    #575554

    Here is what I am seeing. See how it gets squished?

    #575897

    Hey!

    I changed following code

    @media only screen and (min-width: 769px) {
    .av_header_transparency .logo img {
        width: 400px!important;
        height: auto!important;
        transition: none!important;
        transition: 0s !important;
    }}

    to following one

    @media only screen and (min-width: 769px) {
    .logo { width: 100%; }}

    Please review your website now

    Regards,
    Yigit

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.