Bonjour, pour rendre responsive une boite de dialogue (pour les formats smartphone) dois-je passe par BREAKPOINT ou bien existe-il une autre solution ?
Hello, to make a DIALOG box responsive (for smartphone formats) do I have to go through BREAKPOINT or is there another solution?
Dialog box responsive
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
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
Re: Dialog box responsive
Why do you need another option? What is wrong with the breakpoint?
Re: Dialog box responsive
It could be that he is asking whether he needs to explicitely create separate break points.
If so, you can use flex grids or layout grids and put the dialogue boxes in there.
Alan
If so, you can use flex grids or layout grids and put the dialogue boxes in there.
Alan
Re: Dialog box responsive
Thanks Alan, this is the answer I was looking for. I am only a beginner with this software and the documentation is entirely in English! Not easy for a retired French person.Alan wrote:If so, you can use flex grids or layout grids and put the dialogue boxes in there.
I take advantage of this post to ask you why the site on the home page works well with Firefox for example and not with Opera which cuts the bottom of the home page?
https://www.sva-evolution.fr/
Re: Dialog box responsive
You have added a fixed footer at the bottom of the page. So, this will overlap the bottom part of the page.
If you want to display the entire page then you will have to add extra spacing at the bottom of the page (with the same height as the footer)
For example by adding margin at the bottom of the last element or adding a (transparent) dummy object.
If you want to display the entire page then you will have to add extra spacing at the bottom of the page (with the same height as the footer)
For example by adding margin at the bottom of the last element or adding a (transparent) dummy object.
Re: Dialog box responsive
Merci Pablo.