Home › Forums › Trusted Pro › Footer Widgets on Mobile Divices › Reply To: Footer Widgets on Mobile Divices
December 1, 2017 at 10:25 am
#2984
Andy
Keymaster
This should center the footer content and widget titles
@media screen and (max-width: 768px){
#colophon{
text-align: center;
}
#colophon h5.widget-title:after{
left: 50%;
margin-left: -40px;
}
}
but note that content generated by third-party plugins may have it’s own CSS rules which could need overriding.