Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #261261
    #261874

    Hey Munford!

    1- It is currently set to middle align if you would like to change it to top aligned, please add following code to Quick CSS

    .avia-section.av-minimum-height .container .content { vertical-align: top; }

    2-

    .logo img { max-height: 48px; }
    @media only screen and (max-width: 767px) {
    .responsive .logo a, .responsive .logo img {
    max-width: 80%;
    height: auto !important;
    margin-top: 15px;
    }}

    Regards,
    Yigit

    #262263

    excellent – that did it.
    thanks for your help!

    can you answer something about the logo in the header on mobile – is it always the case that you need to adjust the css to get it to display correctly? Seems like the older version of Enfold had an automatic resize that worked?

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘padding/margins logo header’ is closed to new replies.