pericles m. kramer
asked 10 years ago

Hi, how I fix this problem on footer element. This occur on small resolutions.
 

1 Answers
DominicStaff
answered 10 years ago

 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 !

Powered by DW Question & Answer Pro