Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1083502
    #1083615

    Hey Guzzolini,

    Thank you for contacting us.

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

    CSS Snippet:

    
    /* CSS - */
    
    
    #header .logo img {
        min-height: auto;
        min-width: 100px;
         margin-top: 30px;
    }
    
    
    

    Best regards,
    Vinay

    #1084796

    I’m having the same issue. Tried adding the above CSS but no luck. See http://www.hunterdigitalmarketing.com.

    #1084861

    Hi,

    @elituchy
    thanks for the link, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    div .logo {
        position: relative !important; 
    }
    #header .logo img {
        margin-top: 0px !important; 
    }

    Best regards,
    Mike

    #1084927

    That didn’t work for me. Still no logo.

    #1084930

    `/* CSS – */

    #header .logo img {
    min-height: auto;
    min-width: 100px;
    margin-top: 30px;
    }

    This worked for me :D thanks

    #1084945

    Hi,
    Glad to hear, thanks for sharing your solution. We will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    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,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Logo isnt showing anymore’ is closed to new replies.