Menu not hidding on some tablets

Questions related to the Responsive Web Design tools of WYSIWYG Web Builder.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.

Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
Post Reply
zemoura
 
 
Posts: 24
Joined: Mon Feb 06, 2023 5:53 pm

Menu not hidding on some tablets

Post by zemoura »

The top superior menu is showing where he shouldnt on some tablets and i dont have a clue why

u can check the example on this page i created in my site

it also works nice on ipad pro !?!?!?!?
http://www.skylightdesign.pt/SkyLightDe ... bhelp.html

my default design point is 1280 with break points being ,320,480,768,970,1024, and 1200 using layout grids
User avatar
crispy68
 
 
Posts: 2912
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Menu not hidding on some tablets

Post by crispy68 »

Are these pics off an emulator? If so, they are not always reliable.

To me it looks like a breakpoint issue. I also find your choice of breakpoints odd. Not sure why you would have a breakpoint at 1200 and 1280? only 80px difference between the 2 and 970 and 1024 which is a 54px difference.
zemoura
 
 
Posts: 24
Joined: Mon Feb 06, 2023 5:53 pm

Re: Menu not hidding on some tablets

Post by zemoura »

Hi crispy its a emulator yes, im really new at this , could u please tell the break points i should use or some tutorial besides wwb that goes only to 720 , i want it responsive from 320 px to high screen tvs
User avatar
crispy68
 
 
Posts: 2912
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Menu not hidding on some tablets

Post by crispy68 »

Another thing you need to consider is the CSS viewport resolution of the devices and not the screen resolution which I believe is what's displayed at the bottom. I believe the viewport size of a 6th generation Ipad is 768px by 1024px.

I have found that using the following works for me:

default = 1900, 1346, 1024, 768, 480, 360

For the default and 1346, I shave off 20px to account for the scrollbar on desktop browsers. I don't do 320px as there is really nothing that small anymore. Can you go bigger for the default? sure, but i'm not sure it is necessary.

Also, you only need to add breakpoints if your layout 'breaks' and it is needed. So for example, if between 1346 and 768 it looks good, then you may not need one at 1024. Typically, I add breakpoints when my layout needs to shift/change for some reason. It's all dependent on the design.

Check this out for the most common screen sizes:
https://www.hobo-web.co.uk/best-screen-size/

As you will see that 1920 x 1080 is around 22%. The only screen size larger is 2560 x 1440 and that is around 7% and 5th on the list
zemoura
 
 
Posts: 24
Joined: Mon Feb 06, 2023 5:53 pm

Re: Menu not hidding on some tablets

Post by zemoura »

ty very much i now understand better and fixed my error :)
Post Reply