Home Forums WoodMart support forum responsive: Set minimum screen resolution width to activate to mobile menu

responsive: Set minimum screen resolution width to activate to mobile menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #252544

    partireper
    Participant

    Dear Xtemos,
    if user screen resolution is below 1207px width, my menu gets too messy.
    I noticed that under 1024px width site menu switches to MOBILE menu. How can I set mobile menu to be activated when width is 1207?
    Thanks

    Attachments:
    You must be logged in to view attached files.
    #252588

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    You have added a lot of elements in one row of your menu and there is no space to fit all the elements, please consider using the button row and move your menu there.

    Best Regards

    #252654

    partireper
    Participant

    Hi Elise,
    thanks for your kind and quick reply. However, could you read my question and kindly provide an answer to it?
    Much appreciated!

    #252808

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media (max-width: 1207px) {
      .whb-hidden-desktop,
      .whb-hidden-lg {
    	display: flex;
      }
      .whb-hidden-mobile,
      .whb-visible-lg {
        display: none;
      }
    }

    Best Regards

    #253405

    partireper
    Participant

    Much appreacited Elise, it worked like a charm!

    #253411

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 6 posts - 1 through 6 (of 6 total)