Page 1 of 1

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

Posted: Thu Jul 05, 2018 2:15 pm
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;
}