Home Forums Trusted Pro Footer Widgets on Mobile Divices Reply To: Footer Widgets on Mobile Divices

#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.