Seeking guidance from a seasoned CSS expert. The address/phone info section at the bottom of every page on could benefit from being centered, but I am struggling to achieve this. Applying text-align:center
to either aside#footer-sidebar
or div#fsidebar
only centers the text inside the <li>
, while the entire section remains on the left side of #wrapper
. Even using
margin-left:auto; margin-right:auto;
does not produce any visible changes when applied to elements like #footer-sidebar
, #fsidebar
, or #fsidebar-ul
.
I am open to modifying the markup if necessary, so any suggestions are welcomed.