Home Forums WoodMart support forum Template width

Template width

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #234817

    zurich
    Participant

    Hi!
    How to set minimal desktop with to 1024px?

    #234835

    Hello,

    You can do that in the Theme Settings > General layout. You need to choose a custom width and then set the width in pixels. https://prnt.sc/v3bm3t

    Best Regards

    #235116

    zurich
    Participant

    Thank you!
    Шn this section I can only set the min width to 1025px
    How can i prevent header and menu switch to tablet when width is less than 1025px? I want to switch it when width is 1000px

    #235241

    Hello,

    Please provide your site admin access we will check if it is possible to do.

    Best Regards

    #236179

    zurich
    Participant

    Credentials below

    #236237

    Hello,

    Please provide the valid credentials I cannot log in. Also include the correct login URL.

    Best Regards

    #236239

    zurich
    Participant

    New data

    #236248

    Hello,

    One of our dev team members tried to log in.

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

    @media (min-width: 1000px) {
      .whb-hidden-desktop,
      .whb-hidden-lg {
      display: none;
      }
      .whb-hidden-mobile,
      .whb-visible-lg {
        display: flex;
      }
      .whb-top-bar-inner {
        height: 48px;
      }
      .whb-general-header-inner {
        height: 60px;
      }
      .whb-header-bottom-inner {
        height: 50px;
      }
    }

    Best Regards

    #236252

    zurich
    Participant

    Thank you!
    But no effect.

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

    Hello,

    I am checking Theme Settings > Custom CSS > Global: and I do not see you have added the code.

    Please clarify once again your purpose, I feel we misunderstand each other.

    Best Regards

    #236510

    zurich
    Participant

    I added this style directly in style.css in child theme

    If width is 1024px menu switched to tablet menu with, I want to show desktop menu till width is 1000px

    #236526

    Hello,

    Please remove them from the child theme and add them into Theme Settings > Custom CSS > Global.

    Best Regards

    #236547

    zurich
    Participant

    Added

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

    Hello,

    I am checking on my site the code works: https://prnt.sc/v80grc

    I am checking on your site: https://prnt.sc/v80i96

    As you can see it works.

    Best Regards

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