Hi All, I am using a phpfox script, and my menu is centered by default. I want to align my main menu to the left. I found the menu code in the _template.html file <table style="margin-left:auto;margin-right:auto;" cellpadding="0" cellspacing="0"> I replaced "margin-left:auto;margin-right:auto;" with "text-align:left;" but it went too far left, causing the lower left corner of my menu bar to disappear. Is there any HTML code I can add to define how far left the menu goes so I can get the rounded corner back? If so, please provide the details here in this thread. See attached image for sharp corner. Thanks in advance for your help. Marc
put text-align: left back the way you had it and then add: margin-left: 10px; Adjust the 10px to whatever value puts it where you need it. For example, you may only need 5px: margin-left: 5px;