Ultra Theme Customization

Ver. 1.5.2 made the Tablet Landscape menu change to mobile. I wanted it to stay standard for landscape mode on my iPad.

To force the regular menu to appear on tablets when in landscape mode then open the file media-queries.css and locate this code under the mobile navigation section:
@media screen and (max-width: 1200px)
Change it to this:
@media screen and (max-width: 1023px)

From the media-queries.css file -new code:

/*******************************************0*****************************************
MOBILE NAVIGATION
*************************************************************************************/
/* change max-width to trigger mobile menu (#headerwrap added to override Themify Customize output css) */
/* updated the below setting to 1023px – was originally 1200px */
@media screen and (max-width: 1023px) {