SMF Support > SMF 2.0.x Support

Center Menu Buttons

(1/1)

nathan89:
What is the code to center all of the buttons throughout the menu?


Oldiesmann:
Open up index.template.php for the theme you're using.

Find

--- Code: --- // Show the menu here, according to the menu sub template.
template_menu();
--- End code ---

Replace

--- Code: --- // Show the menu here, according to the menu sub template.
echo '<div style="text-align: center;">', template_menu(), '</div>';
--- End code ---

Navigation

[0] Message Index

Go to full version