Home › Forums › WoodMart support forum › Template width
Template width
- This topic has 13 replies, 2 voices, and was last updated 4 years, 4 months ago by
Elise Noromit.
-
AuthorPosts
-
October 20, 2020 at 5:38 pm #234817
zurichParticipantHi!
How to set minimal desktop with to 1024px?October 20, 2020 at 7:41 pm #234835
Elise NoromitMemberHello,
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
October 21, 2020 at 5:52 pm #235116
zurichParticipantThank 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 1000pxOctober 22, 2020 at 8:09 am #235241
Elise NoromitMemberHello,
Please provide your site admin access we will check if it is possible to do.
Best Regards
October 26, 2020 at 11:46 am #236179
zurichParticipantCredentials below
October 26, 2020 at 2:21 pm #236237
Elise NoromitMemberHello,
Please provide the valid credentials I cannot log in. Also include the correct login URL.
Best Regards
October 26, 2020 at 2:29 pm #236239
zurichParticipantNew data
October 26, 2020 at 2:39 pm #236248
Elise NoromitMemberHello,
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
October 26, 2020 at 2:47 pm #236252
zurichParticipantThank you!
But no effect.Attachments:
You must be logged in to view attached files.October 27, 2020 at 7:52 am #236406
Elise NoromitMemberHello,
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
October 27, 2020 at 12:02 pm #236510
zurichParticipantI 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
October 27, 2020 at 12:33 pm #236526
Elise NoromitMemberHello,
Please remove them from the child theme and add them into Theme Settings > Custom CSS > Global.
Best Regards
October 27, 2020 at 12:57 pm #236547October 27, 2020 at 3:28 pm #236589
Elise NoromitMemberHello,
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
-
AuthorPosts
- You must be logged in to create new topics. Login / Register