• I upgraded to the latest Highwind and I am seeing issues with the main Nav bar on the top of my site: https://nishitak.com

    When I upgraded, I saw that the menu on the top of the page was now spanning across two lines. I went into the css and changed the max-width: 74.55em; in two places.

    .main-nav .highwind-navigation {
    1784	 	    max-width: 74.55em;

    and

    -o-transform: none !important;
    1636	1641	    transform: none !important;
    1637	 	    max-width: 74.55em;

    After checking, I saw that the menu bar now appears fine on my laptop screen. However in the standalone monitor this issue is still present.

    Is it because the theme property has been changed from flexible-width to fluid-width?

    How would I change it back to fix the display?

  • The topic ‘Problem with header after upgrade to 1.2.2’ is closed to new replies.