Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #901775

    I Just purchased Enfold and exploring all the features it has to offer. I did run into a little issue I can’t seem to solve using the forums online, I’m hoping someone can help me with. I’m trying to make my logo show larger but so far have not figured it out.

    I did find this css code on the forum which somewhat works, The problem with this code is that the bottom of my logo doesn’t show.

    .logo img {
        min-height: 100px!important;
    }

    The logo shows correctly in the mobile menu. On desktop though things are cut off.

    #901794

    Hey elsrick91,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #header .logo, #header .logo a {
        overflow: visible !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.