How do I setup a floating footer on top of another floating footer? Or am I limited to using only one element as a foating footer per page?
(when I use 2 flexcontainers and make them both floating footers only one is floating as footer, the other one is floating to the top of the page..)
2 floating footers
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: 2 floating footers
You can have as many floatng footer as you want. A floating footer is classically the last item of the page.
So, you can insert any other container before or after it.
So, you can insert any other container before or after it.
Re: 2 floating footers
Ok, but than why is one not floating to the bottom and behaves as a floating header? And if I change the order 'to the bottom' the other floating footer behave as a floating header and vice versa..? (they both have the exact same configuration and set as 'floating footer')
Re: 2 floating footers
Maybe you are confusing 'fixed' with 'floating'?
A fixed footer will stick at the bottom, a floating footer will float below the rest of the content.
You can only have one fixed footer because otherwise they would overlap each.
But you may be able to use nested layout grids to implement what you want.
A fixed footer will stick at the bottom, a floating footer will float below the rest of the content.
You can only have one fixed footer because otherwise they would overlap each.
But you may be able to use nested layout grids to implement what you want.
Re: 2 floating footers
Ok, thanks for the tip!
Re: 2 floating footers
What is a 'nested' Layout grid exactly? (enabling flexbox in LayoutGrid is all I can read about it in the Help but doesn't do the trick) Btw 2 floating footer isn't possible neither (right?)
Re: 2 floating footers
A nested layout grid is where you drag 1 layout grid inside another grid.
I'm curious, what is the point of having 2 floating footers? Aren't you using the same footer throughout?
I'm curious, what is the point of having 2 floating footers? Aren't you using the same footer throughout?
- wwonderfull
-
- Posts: 1579
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: 2 floating footers
I think it would be better if you can show an example or a link of any website which is doing what you are trying to do, it would provide a much better understanding on what type of design or functionality you are trying to achieve.Jorus wrote: ↑Wed Jul 12, 2023 11:41 am How do I setup a floating footer on top of another floating footer? Or am I limited to using only one element as a foating footer per page?
(when I use 2 flexcontainers and make them both floating footers only one is floating as footer, the other one is floating to the top of the page..)
Re: 2 floating footers
I got it, thanks to Crispy68, I just didn't understand the way nested layout grid worked. I know understand it a way to have a stacked layout (container or grid etc.) on top of each other. That was what I wanted to accomplish, to make it a single floating footer. Thanks