Viewing 2 replies - 1 through 2 (of 2 total)
  • In your css on line 99, try adding overflow:hidden…

    article.type-page, article.type-post {
    background-color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    }
    Thread Starter tangobango

    (@tangobango)

    Works. Thanks. I’ll need to read up on overflow to understand why this works. overflow:visible seems to make more intuitive sense to me.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘content area color extend behind bottom image’ is closed to new replies.