Now, menus are getting displayed in this way:
Customer
Quote
Table
But,i want it to display in this way
Customer Quote Table
Now, menus are getting displayed in this way:
Customer
Quote
Table
But,i want it to display in this way
Customer Quote Table
#topnav a {
display: inline;
}
ps: or remove the display: block;
you put on #topnav a
.