Home › Forums › CSS › [Solved] Form button present but invisible › Reply To: [Solved] Form button present but invisible
August 17, 2015 at 6:47 am
#206643
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; */
}