carosbella Posted September 28, 2011 Share Posted September 28, 2011 Hi, Anyone know hows to centralize the words in the top horizontal menu such that it fits across the whole row nicely? The existing code is: {if $MENU != ''} </div> <!-- Menu --> <div class="sf-contener"> <ul class="sf-menu"> {$MENU} </ul> <div class="sf-right"> </div> <script type="text/javascript" src="{$this_path}js/hoverIntent.js"></script> <script type="text/javascript" src="{$this_path}js/superfish-modified.js"></script> <link rel="stylesheet" type="text/css" href="{$this_path}css/superfish-modified.css" media="screen"> <!--/ Menu --> {/if} Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now