• Hi, i need your help! on my site all is ok, white backgroung below text on home page and all page is ok, but it’ missing below my post! only there is error!

    my page is http://www.folk-estrada.hr go there and read my post, you will see error in white bacgroung! Coud you PLEASE HELP ME fix it?

    Thanks in advance 😉

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    There’s an underlying problem to this, as I can remember from similar threads, but temporarily you can add CSS to fix this.

    On line 314 style.css,
    add overflow: hidden;

    E.g

    #content-wrapper {
     width: 970px;
     background: white;
     padding: 10px 15px 0px 15px;
     overflow: hidden;
    }

    Thread Starter mixaelll16

    (@mixaelll16)

    THANK YOU!!! SO MUCH! 😉

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Lost background in POST? help’ is closed to new replies.