Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1206436

    Hello! I hope you all are doing well!

    I’m hoping you can help me adjust my custom logo for page preloading on Mobile.

    It looks great on large-sized screens, but on mobile, it’s being pushed off to the right side of the screen and so is getting cropped.

    Here’s a screenshot example:
    https://drive.google.com/file/d/19NMIqiBOF7pZiuYr2yayYem5llobqlnk/view?usp=sharing

    #1206735

    Hey Stephanie,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .av-preloading-logo {
        max-width: 100%;
        max-height: none;
    }
    }

    Best regards,
    Rikard

    #1206937

    Thank you, Rikard!

    I altered it slightly to this code below and it looks just as I like it.

    @media only screen and (max-width: 767px) {
    .av-preloading-logo {
    max-width: 80%;
    max-height: none;
    float: center !important;
    }
    }

    Thanks so much for pointing me in the right direction :)

    I hope you’re doing well and thank you for being available during the pandemic!

    S

    #1206938

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Custom Logo for preloader being pushed off screen on mobile’ is closed to new replies.