Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #791384

    Hi, I’m sorry but I had assistance with this on another thread but didn’t realize when I checked the phone it hadn’t refreshed so need to open this up again:

    https://kriesi.at/support/topic/logo-center-menu-left/

    The code Nikko gave me worked perfect on desktop, but I had spoken too soon as when I originally checked it on my phone, I thought it looked fine, but I don’t think it refreshed. Now when I look at it on the iPhone 5, 6 and 7 the logo is cut off and only the right end of it shows.

    Here’s the code Nikko gave me:

    .html_header_top #top .av_logo_right .logo {
    right: auto;
    left: 50%;
    margin-left: -128.5px;
    }

    Thank you!

    #791386

    Hey smallisland,

    Add this update to quick css

    @media only screen and (max-width: 767px)  {
    .html_header_top #top .av_logo_right .logo {
    right: auto;
    left: 50%;
    margin-left:65px!important;
    }
    }

    Best regards,
    Jordan Shannon

    #791390

    Hey Jordan – thanks so much for the super quick response, but it didn’t seem to do anything. Try again, please?!

    #791395

    Hi,

    It should have moved the logo back into proper position. If you don’t mind, could you please provide admin info so I can login and look into the css further?

    Best regards,
    Jordan Shannon

    #791409

    Hi Jordan, there must have been a delay in it taking effect because I’ve just refreshed again and now it is working! Thank you once again for the superb support!

    #791469

    Hi!

    We’re glad that Jordan was able to help! Sometimes we do need to clear the browser cache and refresh the page a few times, or clear the WP cache, for changes to take effect. 

    Do you need additional help with this, or can we close this thread?

    Cheers!
    Sarah

    #791475

    Thank you for the follow up, Sarah! Everything is great, please close this thread!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Logo center, Menu Left – Not working on Mobile’ is closed to new replies.