Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Form button present but invisible Reply To: [Solved] Form button present but invisible

#206643
Paulie_D
Member

Yeah…(Great spot).

About 480px looks right and remove the overflow:hidden from the widget class too:

.widget {
    margin: 0;
    margin-bottom: 15px;
    /* overflow: hidden; */
}