Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #868832

    Hi,
    I tried a few codes that I found in different threads here and nothing seem to work.
    I need the logo to go left and also to be smaller on mobile devices,
    I’m adding my credentials….
    thank you!

    #869402

    Hey yaelbar,

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

    @media only screen and (max-width: 990px) {
    .logo img {
        max-width: 80%;
        float: left;
    }
    }

    Best regards,
    Rikard

    #869582

    Hi Rikard,
    the code you gave me is not working, any other suggestions?
    you can use my credentials to check it out.
    thanks

    #869626

    Hi,

    I updated custom CSS code in Quick CSS field. Please refer to this post – https://www.w3schools.com/css/css_rwd_mediaqueries.asp for correct usage of media queries.

    Best regards,
    Yigit

    #869637

    Hi Yigit,
    it looks much better now
    thanks a lot!

    #869651

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘adjusting logo on mobile’ is closed to new replies.