Page 1 of 1
Menu to force page down
Posted: Sat Sep 02, 2023 10:55 am
by Jerry
I am having trouble with the following.
On my main page
https://www.edesignsplans.ca/ on a break point of 1024 for example, when you click on the menu the drop down forces the page section below to drop.
When I try to do the same in a new page I am working on
https://www.edesignsplans.ca/temp/2-sto ... plans.html, the menu will push the image banner from the master page down but not what is in the "Content Placeholder". Any thoughts as to what I'm doing wrong.
Thank you in advance
Re: Menu to force page down
Posted: Sat Sep 02, 2023 11:36 am
by Pablo
I cannot see what you have done based on the published page (HTML), because the software has thousands of options and millions of possible combinations.
So, there is no way to know which options you have used by looking at the HTML only.
To be able to help you, I need a DEMO project (.wbs file) so I can see all your settings.
I do not need the complete project because that will only take more time to figure out what you have done.
Basically, I just need a small project with one page and object(s) that are relevant to your question.
For further details about how to share a project file, please see this FAQ:
viewtopic.php?f=10&t=82134
Re: Menu to force page down
Posted: Sat Sep 02, 2023 12:14 pm
by Jerry
I have just a demo page uploaded.
https://www.edesignsplans.ca/temp/2-sto ... ans_2.html
Please keep in mind this is still under construction.
So what I have done is made a new Master Page using layout grids for my header and menu.
I have a Content place holder for the content of the page ( 2-storey-house-plans-2)
That page is from my existing webpages that have just BP of 768,520 and 375.
I am having a couple of issues:
1: I would like the menu to force everything below it to go down the page and not covered up by the drop down menu. Hope that makes sense.
2: I would also like the content below the menu from the master page to be centered at all times.
I hope I sent this correctly... not a webmaster..
I can't thank you enough for all your help!!
Re: Menu to force page down
Posted: Sat Sep 02, 2023 12:42 pm
by BaconFries
When a "Demo" is asked for it is a "Copy" of the project this being the .wbs file. Just viewing the html doesn't help as it doesn't show the exact settings you have used in the program(software) In this instance you should include the master page and the page in question nothing else. Upload the project (.wbs) to your own server and provide a url to download from then it can be viewed..
Re: Menu to force page down
Posted: Sat Sep 02, 2023 12:52 pm
by Jerry
Hi there
Sorry but i dont understand how to do that.
I can upload the file but i don't know how to have anyone could access it?
Would the link be
https://www.edesignsplans.ca/temp/demo.wbs??
So but this old guy is struggling.. lol
Re: Menu to force page down
Posted: Sat Sep 02, 2023 1:09 pm
by Pablo
Correct
Please see the FAQ:
viewtopic.php?f=10&t=82134
Re: Menu to force page down
Posted: Sat Sep 02, 2023 1:15 pm
by Jerry
Ok... Sorry for not understanding...
Here is the link
https://www.edesignsplans.ca/temp/demo.wbs
Re: Menu to force page down
Posted: Sat Sep 02, 2023 2:47 pm
by Pablo
The layout has not been correctly implemented. The layout is fixed/absolute so that why it does not move when the menu opens.
Your main page does use layout grid so that is why that works.
Re: Menu to force page down
Posted: Sat Sep 02, 2023 2:51 pm
by crispy68
To be honest and please don't take offense at this, but I looked at your demo and your pages are somewhat of a mess. You are mixing floating objects (layout grids) with fixed/absolute positioned objects. You can't do that. Either all content has to be placed in floating type objects/containers (layout grids, flex containers, flexgrid) or not. you cannot mix the 2 which is what you have done. The content is not moving down because all of these are fixed positioned objects. They will stay where you've placed them.
Re: Menu to force page down
Posted: Sat Sep 02, 2023 3:01 pm
by Jerry
Thanks to both of you for your reply's.
And no .. I'm not offended.. lol
I just throw that together to try and explain what I was trying accomplish.
I didn't know that I could not mix layout grids with fix objects.
Wanting to change the top portion of the master page but keeping the rest the same without changing all my pages.
Thank you for putting up with this old guy....
Much appreciated.