Hi,
In order to have the footer aligned to center, you would have to make changes in the footer.php of your theme
Change the
<div id="footer" class="">
<ul class="sidebar_widget one">
to
<div id="footer" class="">
<ul class="sidebar_widget">
This shall do the needful for you.
I hope that makes sense!
-
This reply was modified 8 years, 5 months ago by
Varun Sharma.
-
This reply was modified 8 years, 5 months ago by
Varun Sharma.
Definitely makes sense, except can’t find that line. Even did a “find” search.
Hi,
I went in deep and found you were using Grand Portfolio theme.
So, open the footer.php file in the theme, and then find on line 96
$footer_class = 'one'; and replace it with $footer_class = '';
This should fix your issue!