Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Max Bond

    (@max-bond)

    Hello!
    This is pure CSS problem: widget conteiner height is 0px! It’s just not seen in none-fixed mode.
    Add overflow: hidden property to .widget class:

    .widget {
        margin: 0 0 1.5em;
        overflow: hidden;
    }
    Thread Starter nattykoo

    (@nattykoo)

    Hi Max, sorry, I’m a total non-techie. Where should I add the code .widget {
    margin: 0 0 1.5em;
    overflow: hidden;
    }?

    Thread Starter nattykoo

    (@nattykoo)

    Nevermind! I found it and it worked. ?? thanks so much!

    Plugin Contributor Max Bond

    (@max-bond)

    Good work! )

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Image overlaping’ is closed to new replies.