ukaching
Forum Replies Created
-
Forum: Plugins
In reply to: [Menu on footer] [Plugin: Menu on footer] Centering Menu Items in FooterNice find – I will bookmark that one!
Forum: Plugins
In reply to: [Menu on footer] [Plugin: Menu on footer] Centering Menu Items in FooterAh, I understand! Well glad you sorted out your issue and hopefully this will help someone else as well! Cheers.
Forum: Plugins
In reply to: [Menu on footer] [Plugin: Menu on footer] Centering Menu Items in FooterOh yes, I have only tested it on a few browsers (latest versions of Chrome, FireFox, IE) so make sure you do your own testing if absolute compatibility is a priority – I will repost if I find any bugs in what I have done.
Forum: Plugins
In reply to: [Menu on footer] [Plugin: Menu on footer] Centering Menu Items in FooterI was looking for the same solution and have found a fix, heres what you need to do:
1) Download the plugin files
2) Open the “menu-on-footer.php” file
3) Modify the code as follows:
a) Go to line 38 where it reads:
echo ‘<div class=”content_footer_menu”>’;
b) press ‘enter’ to create a new line beneath it & Paste in this code:
echo ‘<div class=”content_footer_menu_wrap” style=”width:1024px; margin-left:auto; margin-right:auto; text-align:center !important;”>’;
c) Around 8-9 lines below you will see this bit of code:
echo ‘<div class=”cleaner”></div>’;
d) You need to press ‘enter’ to create a new line beneath it and paste the following in:
echo ‘</div>’;
4) That’s it! Just save & upload the new “menu-on-footer.php” to the plugins folder on your wordpress site ‘wp-content/plugins/menu-on-footer/’.I hope that was helpful and saves people the time I spent finding that solution!
Cheers
Big Dave.