Hey there,
Unfortunately not as this is a Responsive Menu rather than a Device Specific Menu and is therefore based on browser breakpoint widths rather than being device specific.
With that in mind, the best way to do this is probably to write your own media queries via some custom CSS to target the menu specifically at those browser widths and just adjust the top margin accordingly.
In fact this is how you would build a responsive website itself which yours appears to be so you would appear to already have that structure in place.
Hope that helps
Peter