Home › Forums › WoodMart support forum › Show Smartphone Header for Tablet
Show Smartphone Header for Tablet
- This topic has 10 replies, 2 voices, and was last updated 3 years, 8 months ago by Elise Noromit.
-
AuthorPosts
-
April 9, 2021 at 1:28 pm #280832
pablo655ParticipantHello π
When I look at the page on the tablet, the menu is unsightly displayed one below the other, so I would like to select the smartphone view for tablet as well, or is it possible to reduce the font size of the menu for tablet only?
Attachments:
You must be logged in to view attached files.April 9, 2021 at 6:23 pm #280954
Elise NoromitMemberHello,
Please provide your site admin access to the private area.
I will check the settings and suggest a solution.
Best Regards
April 13, 2021 at 10:03 am #282279
pablo655ParticipantDone u have access π thank you
April 14, 2021 at 10:16 am #282736
Elise NoromitMemberHello,
Please advise what width shows this alignment?
I am checking on 1024 it is as it should be: https://gyazo.com/e5936b96d1009f4f584c234a6208ff2e
Please specify the device you use.
Best Regards
April 14, 2021 at 12:53 pm #282827
pablo655ParticipantIf I check on my Deskop with 1024 everything looks fine, but If I check it on the Tablet live, itΒ΄s look like the picture. If you put it on 1026 u will see how it looks on the tablet. Attached you will find a picture. Many thanks for your help π
Attachments:
You must be logged in to view attached files.April 14, 2021 at 1:01 pm #282835
pablo655ParticipantIn addition, the error only occurs if you take the tablet horizontally and not upright π
April 15, 2021 at 11:23 am #283179
Elise NoromitMemberHello,
Please change the flex row in the row settings: https://xtemos.com/docs/woodmart/header-builder/header-rows-columns-configuration/
Then reduce the font for the menu in the Theme Settings > Typography and Advanced typography.
If it does not help, please consider separating elements on the header into rows. There is no space enough for such a layout.
Best Regards
April 15, 2021 at 6:37 pm #283332
pablo655ParticipantThanks, then I would like to get into the smartphone view with a pixel of 1026 across so that the 3 lines can be seen.
How can I do that?
Thank you
Attachments:
You must be logged in to view attached files.April 16, 2021 at 11:20 am #283552
Elise NoromitMemberHello,
The breakpoint to mobile view is 1024px. This is the common practice. Please clarify if you mean something different. You can add the mobile menu in the desktop view and it would work.
Best Regards
April 16, 2021 at 6:33 pm #283661
pablo655ParticipantHello,
The problem is when you take the tablet across and not upright, the problem only arises when you take it across, then the view no longer looks good. As you can see in the picture above (The first picture – image0.jpg).
I only want to see my phone view on my tablet and not on my PC. You always talk about upright. But the problem only comes with the landscape format. If you set the pixels to 1026, you will see the problem (Like the picture Unbeddnannt.png)
I think the problem can be solved by set the smartphone view on 1026 and not by 1024, how can I do that?
ThanksApril 17, 2021 at 3:17 pm #283884
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
@media (max-width: 1027px) { body .whb-hidden-desktop, body .whb-hidden-lg { display: flex; } body .whb-hidden-mobile, body .whb-visible-lg { display: none; } }
The mobile header would appear on width 1027px
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register