Tagged: , ,

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

    Hey Greg!

    It looks the same on the desktop version of Safari, please try this in Quick CSS under Enfold–>General Styling:

    .logo img {
      left: 0% !important;
      transform: translate(0%) !important;
    }

    Cheers!
    Rikard

    #444660

    Hello Rikard,

    I placed the code in the Quick CSS. It still is off screen.

    Also, I was told in another support communication to place the following in our CSS:

    .logo { width: 100% !important; }
    .logo img { left: 50% !important; transform: translate(-50%) !important; }
    

    Might the two now be conflicting?
    ~ Greg

    #444838

    Hey!

    Yes they most likely will, could try to remove the code you did not get from me to see if it helps? If it does not, then please provide us with a temporary admin login so that we can take a closer look. You can post the details here as a private reply.

    Regards,
    Rikard

    #447520

    Hello Rikard,

    I finally got back to this.

    It centered the logo, but it is smaller then it should be.

    iPad/Safari screenshot
    iPad/Safari screenshot

    Firefox screen shot
    FF

    Thoughts on getting it “full size”?

    TIA,
    Greg

    #447523

    PS. The black element in the center of the iPad shot is because my wife’s home button broke. That is an app as a “fix”. gw

    #448154

    Hi!

    Please add the following as well:

    .html_header_top.html_logo_center .logo {
      left: 0% !important;
      -webkit-transform: translate(0%, 0) !important;
      -ms-transform: translate(0%, 0) !important;
      transform: translate(0%, 0) !important;
    }

    Regards,
    Rikard

    #450322

    Hello Rikard,
    That has helped a lot – thank you.
    There are two items I’d like to fix if possible:

    1. Less white space between logo and menu with iPad/Safari
    2. Fix so entire menu is on one line – right now, menu wraps with iPads/Safari

    Any advice? (screenshots below)
    ~ Greg

    iPad/Safari Screen Shot
    iPad / safari screenshot - logo white space and menu wrap

    Firefox Screenshot
    FF screenshot

    • This reply was modified 8 years, 11 months ago by Donkies11.
    #450879

    Hi!

    Please try the following in Quick CSS:

    @media only screen and (min-width: 768px) and (max-width: 1024px) {
    #top .av_seperator_big_border#header .av-main-nav > li > a {
      padding: 0 1px !important;
    }
    }

    Regards,
    Rikard

    #451471

    Hello Rikard,
    I think we’re well into the ballpark now – and you’ve put a lot of time/energy into this one, which is greatly appreciated.
    I say we call this one closed.
    Thank you,
    Greg

    #451876

    Hi Greg!

    Great, glad we could help :)

    Cheers!
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Logo off screen on iPad/Safari’ is closed to new replies.