Home › Forums › Iconic One Pro Support › help! Center logo and footer text › Reply To: help!
November 3, 2018 at 10:09 am #5345
Themonic-Support
Keymaster
Hi,
Paste the following custom css in live customizer -> Additional CSS to achieve your desired results.
.themonic-logo {
float: none;
text-align: center;
}
.socialmedia {
margin-top: -40px;
}
.footercopy {
float: none;
text-align: center;
}