Difference between revisions of "Template:McMaster/Header"

Line 68: Line 68:
 
/* Creates the container for the menu */
 
/* Creates the container for the menu */
 
#menuContainer  {  
 
#menuContainer  {  
                                margin-left: 50%; /* From parent width */
+
//float:right;
                                transform: translateX(-50%); /* use self width which can be unknown */
+
                                 margin: 0 auto;
                                 -ms-transform: translateX(-50%); /* For IE9 */
+
                                 display: block;
                                 display: inline-block;
+
 
                                 text-align: center;
 
                                 text-align: center;
 
width: 100%;
 
width: 100%;

Revision as of 05:18, 17 October 2018