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

    Hi All,
    I can’t get the logo to centre in mobile view, any help would be really appreciated!
    Thanks!
    Jonny

    http://www.LoFi.org

    #720580

    Hey JonathanTaphouse,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 480px) {
    .responsive #top .logo img {
        margin: auto;
    }
    .responsive #top .logo {
        width: 100%;
    }}
    

    Best regards,
    Yigit

    #720582

    Thanks Yigit,
    I have put that code in place now, and it’s not seemed to change anything. I’ll leave it in for you to look?
    Thanks,
    Jonathan

    #720583

    Hey!

    It does seem to work fine on my end. Please flush browser cache on your mobile device and refresh the page a few times :)

    Cheers!
    Yigit

    #720584

    Ah – it does work, but I was looking at the screen rotated, so larger than 480px.

    Many Thanks!
    Jonathan

    #720589

    Hey!

    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 post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Centering Logo in mobile view’ is closed to new replies.