August 19, 2013 at 9:31 am
#3372
Sanjip Shah
Participant
@gbishopdu-edu In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS.
Paste the following css and click on ‘Save all Changes’.
#site-generator .social-profiles, #site-generator .copyright {
float: none;
width: 100%;
}
#site-generator .social-profiles ul {
margin-bottom: 10px;
text-align: center;
float: none;
}
#site-generator .social-profiles ul li {
display: inline-block;
margin-left: 3px;
margin-right: 3px;
float: none;
}
#site-generator .copyright {
padding-top: 10px;
text-align: center;
}
Hope this helps.