Hello,
Thank You so much for the Kind Words! :)
This happens since the Menu Items have CSS3 Transitions enabled but we recommend that you do not worry about this since Actual Customers are very less likely to Resize Browsers while viewing your Website.
& 3. This is Definitely Possible. Simply use the following CSS code:
@media (max-width: 991px) {
#logo { text-align: left; }
#primary-menu-trigger {
position: absolute;
font-size: 18px;
top: 18px;
left: auto;
right: 0;
width: 64px;
height: 64px;
line-height: 64px;
}
}
- We will Definitely look into this Suggestion, however this is already possible with the Canvas Menus. Simply find the following code in the js/functions.js File inside the menufunctions: function() Function Block:
if( SEMICOLON.isMobile.Windows() )
and replace it with:
if( SEMICOLON.isMobile.any() )
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.