Align TNG pull-down menus when using WordPress or another CMS

Post Reply
steven
Posts: 133
Joined: Sun Oct 01, 2017 3:08 pm

Align TNG pull-down menus when using WordPress or another CMS

Post by steven »

The pull-down menus may not align correctly if you are not using a TNG template and use a CMS such as WordPress or Joomla. Misalignment is largely dependent on the theme.
 
Image
 
To correct the misalignment, add the following code to mytngstyle.css.

Code: Select all

ul.tngdd {
	/*add margin to correct pull down menu alignment*/
	margin-top:0px;
}
Post Reply