Before you ask please READ THIS

Mobile Menu

edited March 2015 in Fame Posts: 6
We want to change the rules that managing display of desktop menu vs mobile menu because we have long names and standard menu on 13" screens device is scrapy.

It's possibile it's only CSS or also javascript task ?

Regrds

Comments

  • AirAir
    Posts: 10,970
    So I understand you want to switch to mobile menu earlier, right?
    It would require both JS and CSS changes. However it depends what options are active in your header. Try this solution first, and if this wont be enough then we will try bigger changes. This will change "switch width" form 680px to 800px:

    Go to fame\js\script.js line ~485 and change
    if(size > BP[0]){ to if(size > BP[1]){

    You can also change whole BP[1] to any number like 1000 for example.

    With kind regards.
  • Seems work :) thankyou!
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!