Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #669195
    #669286

    Hey gerardbao,

    It is mostly due to the custom css added to the theme. Please remove the custom css and refresh the page to check if the issue exist.

    To find out which code is causing the issue add the code back one block at a time and refresh the page.

    We await your test result.

    Best regards,
    Vinay

    #669440

    Hi Vinay,

    This is the related CSS I’ve added based off instructions from other forum posts.
    I think this is the code that is causing it.

    .header-scrolled strong.logo img {
    min-height: 70px !important;
    }

    This was recommended to me through another forum.
    Without this code, the header logo isn’t the size I want it to be.

    Thoughts?

    #670682

    Hey!

    The theme works without these modifications please remove all the code added to modify the logo which is causing the conflict. Please use the default options in the theme it should work perfectly fine and give you the same effect as you see now without the double logo.

    Please get back to us once the code is removed so we can help you with the logo size.

    Regards,
    Vinay

    • This reply was modified 7 years, 11 months ago by Vinay.
    #670703

    OK. Code has been removed. Back to normal.

    Now I simply want the logo to be displayed bigger within the scrolled header.
    How can we make that happen?

    #671827

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .logo img {
        min-height: 75px!important;
        margin-top: -15px;
    }
    
    

    Best regards,
    Vinay

    #672901

    Worked like a charm. The logo doesn’t smoothly shrink down when scrolling from a normal header. But at least it looks right!
    I’m not sure there’s anything we can do that?

    #674437

    Hi,

    I tested the page in chrome and the logo does shrink smoothly. Let us know which browser you are using if you still have any issue :)

    Best regards,
    Vinay

    #674883

    It shrinks smoothly on my chrome browser at home. However it doesn’t shrink smoothly on my work laptop which is using the latest chrome browser on Mac.
    Version 52.0.2743.116 (64-bit)

    Don’t worry about it. Let’s say case closed on this one. Thanks!

    #675249

    Hi,

    Ok, thanks for letting us know.

    Please open a new thread if you should have any further questions or problems.

    Regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Double header logo flash’ is closed to new replies.