Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #975829

    Hi Kriesi,

    compliments on this excellent theme.
    But i guess i messed up setting for header logo :-(

    I activated Sticky and Shrinking header. But when scrolling down the site, the logo gets squeezed.
    That means its not shrinking evenly height and width.
    It is only reducing height, so logo proportions are damaged.

    Can you please advise?

    Thank you and have a nice day

    Mod

    #975964

    Hey pagemod,

    The logo seems to be in perfect proportion to me when I scroll. Can you screenshot what you are seeing?

    Best regards,
    Jordan Shannon

    #976285
    This reply has been marked as private.
    #976457

    Hi,

    Add this to quick css:

    @media only screen
    and (min-device-width: 768px)
    and (max-device-width: 1024px)
    and (orientation: portrait)
    and (-webkit-min-device-pixel-ratio: 1) {
    
    .html_header_transparency #top .avia-builder-el-0 .container{
    padding-top:0px!important;
    }
    
    #header{
    background:#fff!important;
    }}

    Best regards,
    Jordan Shannon

    #977051

    Working !
    Thank you for helping.
    Outstanding support !

    #977079

    Hi,
    Glad Jordan was able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Shrinking Header is squeezing logo …’ is closed to new replies.