1 Answers
To fix this problem, you can log in to Dashboard > Appearance > Customize > General Setting > Add the following code to the “Header Script”
<style>
#colophon #site-tools {
margin: 0 -20px !important;
padding: 10px 20px !important;
}
#colophon.dark {
background: #FFFFFF;
}
#colophon .container {
border: 1px solid;
padding: 0 20px;
}
</style>
Hope this helps !
Please login or Register to submit your answer