I am using the GODADDY STOUT THEME
Can someone please tell me how to make the bottom menu centered on the page
Solved! Go to Solution.
You can add this in the custom CSS for the site.
.site-info {
text-align: center !important;
}
You can add this in the custom CSS for the site.
.site-info {
text-align: center !important;
}