Forums

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

Home Forums CSS Extend footer copyright div background past wrapper Reply To: Extend footer copyright div background past wrapper

#249020
deb
Participant

hi thats too long, use this css, target that .textwidget class

#text-2 .textwidget {
background: #fff;
display: inline-block;
height: 20px;
padding: 10px;
margin-top: -12px;
}

and remove all your media query css.