Okay
  Public Ticket #2430854
Header responsiveness problem
Closed

Comments

  • Parviz started the conversation

    We have a responsiveness problem with navigation menu. Can you fixed source code or an alternative solution for it problem. Thank you previously!

  •  839
    Jelly replied

    Hello,

    Could you tell us the width of the window on the screenshot?

    Best Regards,
    Jelly Team

  • Parviz replied

    approximately from 1116 until 1164 pixels

  •  839
    Jelly replied

    What kind of device has this width? iPad has 1024px and laptops usually start from 1280px.

    Best Regards,
    Jelly Team

  • Parviz replied

    If the instruction of this template says that this is an responsive site, then it should be responsive for all sizes. For example, when I divide the Windows screen into 2 parts and work with two applications together, the site that occupies one half of the screen should not fall apart.

    Instruction says that it is the responsive site, not adaptive. I hope you know differences between adaptive and responsive designs.

    So, please fix it.

  • Parviz replied

    .

  •  839
    Jelly replied

    Please go to /css/main.css and find .onlydesktop on line 701. Now change it to 

    .onlydesktop{ display: flex !important; }

    Clean your cache and check.

    Best Regards,
    Jelly Team