Centre Align Divi Footer Menu and Bottom Bar Content

Amanda Lucas
on
November 2, 2018

Some snippets are used more than others, but I do think these are very useful and should be used to improve things visually.

Some snippets are used more than others, but I do think these are very useful and should be used to improve things visually.

Centre Divi Footer Menu

ul#menu-footer {
    float: none;
    text-align: center;
  }

Centre Divi Bottom Bar Content

#footer-info { 
width: 100%; margin:0 auto; text-align: center !important;
}

@media only screen and (min-width: 980px) {
#footer-bottom .et-social-icons { margin-bottom:-28px;
}
}

Let me know if you found these useful.

Leave the first comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Amanda Lucas

Amanda Lucas

Amanda Lucas runs a web design agency in Ireland called Itchy Fingers Design. She enjoys creating websites that help support business goals and growth and sharing her knowledge.