Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #291612

    Hi there,

    Can’t seem to get this logo to look quite right in any screen size! Never looks “well-aligned” with the navigation and the space available.
    Any suggestions?

    Many thanks

    #291635

    Hey rpl_admin!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .logo img {
    margin-top: 15px;
    }
    .header-scrolled .logo img {
    margin-top: 0;
    }

    Best regards,
    Yigit

    #291934

    Hey Yigit,

    Many thanks for your quick reply. That’s certainly improved it. Still looks too high in 768 portrait and smaller. (I cropped the image to the minimum and increased the top margin in the code you sent me to 20px).

    Also I notice some sites (e.g. Meet Google Drive) have sticky header in mobile screen sizes. Can we do that with Enfold?

    Once again many thanks for a fantastic theme and excellent support.

    Robert

    #291941

    Hey Robert!

    Try adding this code to the Quick CSS:

    @media only screen and (max-width: 989px) {
    .logo a{ top: 20px; }
    }

    Cheers! 
    Josue

    #291972

    Hi Josue,

    Thanks for the quick reply but that doesn’t seem to have made any difference on screen 768 portrait and below.

    #291976

    I don’t see the code being applied in Quick CSS – http://ielts-practice-tests.com/wp-content/uploads/dynamic_avia/enfold.css

    It should look like this:

    Regards,
    Josue

    #291984

    Right. Sorry we hadn’t refreshed sufficiently. Only problem now is that in 768 portrait the logo is cut off at the bottom when you scroll.

    #292014

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 989px) {
    .header-scrolled .logo a{ top: 0; }
    }

    Best regards,
    Yigit

    #292060

    That’s great. Many thanks, gentlemen.

    #292064

    Woops. Sorry, spoke to soon. Something strange happening at 480 – logo seems to have become huge.

    #292065

    Sorry. Ignore previous. Had one bracket too many – all good again.

    #292067

    Hey!

    You are welcome Robert, glad we could help :)

    Cheers!
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Logo Appearance / Different Devices’ is closed to new replies.