Problem with breakpoints

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
lelik
 
 
Posts: 8
Joined: Sat Oct 07, 2023 1:35 pm

Problem with breakpoints

Post by lelik »

Hello. I am making a website in layers (the customer's earnest request!). Builder version 18.4.1. There are several breakpoints on the site: Default-1280-768-380. The layout also has 360 and 320 points. The problem is that the Default-1280-768-380 points work correctly, but as soon as I add 360, this point does not work. Everything seems to be written in CSS, but the site stubbornly refuses to adapt to this point! I don’t understand where to dig. I am attaching the project via the link https://disk.yandex.com/d/NjGN5i_GrFbzuw. Link to website https://tribe-air.online/
User avatar
Pablo
 
Posts: 23007
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Problem with breakpoints

Post by Pablo »

The breakpoints should be the same in the master page and content page.
Also make sure all objects are inside the viewport, otherwise the browser will show scrollbars.

See also "There is a large is empty space at the bottom or right side of my page."
viewtopic.php?t=63817
lelik
 
 
Posts: 8
Joined: Sat Oct 07, 2023 1:35 pm

Re: Problem with breakpoints

Post by lelik »

Pablo, the problem is probably in the css, because at point 360 media queries like @media only screen and (min-width: 360px) and (max-width: 379px) are not displayed in the code when watching, and the queries are written in the style code itself. The dots are written the same everywhere
User avatar
Pablo
 
Posts: 23007
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Problem with breakpoints

Post by Pablo »

Did you fix the issues from my previous reply?
lelik
 
 
Posts: 8
Joined: Sat Oct 07, 2023 1:35 pm

Re: Problem with breakpoints

Post by lelik »

The problem is that media queries in css do not work on the 360 point. But on the rest it’s fine.
User avatar
Pablo
 
Posts: 23007
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Problem with breakpoints

Post by Pablo »

This is because you did not use the same breakpoints as in the master page.
lelik
 
 
Posts: 8
Joined: Sat Oct 07, 2023 1:35 pm

Re: Problem with breakpoints

Post by lelik »

Here is a screenshot from a 360 point https://disk.yandex.com/i/kZQ0FS8iAA6YXA
And this is a normal screen from point 768https://disk.yandex.com/i/V1tFqjTDDstLew

Screenshots of points https://disk.yandex.com/i/7yCQqxDJjONYew
https://disk.yandex.com/i/Y3Uf8PMrGusyFw

Breakpoints are the same everywhere
User avatar
Pablo
 
Posts: 23007
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Problem with breakpoints

Post by Pablo »

In the project you have shared, the breakpoints are not the same.
The 320 breakpoint is missing on the index page.

Also, some breakpoints have explanation mark icons, which means you did not update the layout for those breakpoints.
lelik
 
 
Posts: 8
Joined: Sat Oct 07, 2023 1:35 pm

Re: Problem with breakpoints

Post by lelik »

I decided so. I deleted the 380 point and 360 worked. Instead of 380 I made 411
User avatar
Pablo
 
Posts: 23007
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Problem with breakpoints

Post by Pablo »

If you need further assistance, then please share the update project.
Also remove everything from the project that is not relevant to your question, to prevent confusion.

For details about how to share a project file, please see this FAQ:
viewtopic.php?f=10&t=82134
Post Reply