Browser zoom in, problem.
Hi, i use responsive option to show and hide sections to pc and mobile.
I recently discover a problem, from pc site works fine. If you zoom in from browser over 125% the sections of the site appeared double! (Both mobile and Pc version)
How can i solve this issue? Site : https://tinyurl.com/5dm8ntxn
Comments
Hi,
Responsive options based on the media queries: https://www.w3schools.com/cssref/css3_pr_mediaquery.php.
As it is related to CSS and not to BeBuilder, there is nothing we can do, unfortunately.
Best regards
I did not understand your answer.
At your example, bg color change based on screen size. Something like that can't be used to hide / show sections if the size screen changed by the user in browser?
The responsive visibility option in BeBuilder, how does it work? Without css?
This feature works by using CSS media queries. When you make your browser window larger (scaling up), the hidden sections might unexpectedly appear. This happens because the viewport (the visible area of the webpage) gets smaller as you scale up, and it's not a problem with the BeBuilder itself. It's actually a CSS issue, and we can't control it.
Best regards