Tagged: , ,

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

    Hey Advokate,

    You have following code in Quick CSS field

    .logo img {
        position: relative;
        top: 18px;
    }

    Please change it to following

    @media only screen and (min-width: 768px) {
    .logo img {
        position: relative;
        top: 18px;
    }}

    Cheers!
    Yigit

    #891261

    That did the trick! Thank you so much!

    #891265

    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 4 posts - 1 through 4 (of 4 total)
  • The topic ‘On mobile, logo is cut off at the bottom’ is closed to new replies.