Best Premium and Free WordPress Themes › Forums › Education Base Pro › Chaging Footer Padding (Footer Columns) › Reply To: Chaging Footer Padding (Footer Columns)
July 13, 2017 at 6:19 am
#18827
jeffgillis
Participant
in style.css on line 1895,
}
@media only screen and (max-width: 767px) {
.site-footer .text-right,
.site-footer .text-left
{
text-align: center;
}
will this max width setting adjust the copyright width?