Centering Form With Master Page
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/forms.html
http://www.wysiwygwebbuilder.com/form_wizard.html
Frequently Asked Questions about Forms
Centering Form With Master Page
Hi Pablo,
I have created a form and attached a master frame with it, i.e. a header and a footer. Does the footer not see the form as content? because the footer is hard-up the header and the form is not centered and there appears to be lots of vertical padding from the top as can be seen by here:
http://www.totallook.com.au/test/Test.php
I have cloned the same page not using the master page and you can see the horizontal and vertical alignment is fine.
With the master page I have disabled and enabled centre page horizontally to see if it made a difference and it didnt, any idea what could be causing this?
Cloned page http://www.totallook.com.au/test/Test1.php
I have created a form and attached a master frame with it, i.e. a header and a footer. Does the footer not see the form as content? because the footer is hard-up the header and the form is not centered and there appears to be lots of vertical padding from the top as can be seen by here:
http://www.totallook.com.au/test/Test.php
I have cloned the same page not using the master page and you can see the horizontal and vertical alignment is fine.
With the master page I have disabled and enabled centre page horizontally to see if it made a difference and it didnt, any idea what could be causing this?
Cloned page http://www.totallook.com.au/test/Test1.php
Re: Centering Form With Master Page
I'm sorry, I cannot see what you have done based on the HTML only.
To be able to help you I need your project file.
To be able to help you I need your project file.
Re: Centering Form With Master Page
Pablo here is the project file
http://www.mediafire.com/file/e94baz8ka6k92se/test.wbs
Preview test1 page with master_frame, then disable master_frame and preview. Centering is incorrect, I think this is my problem with the sensitivity issue aswell.
Thanks
http://www.mediafire.com/file/e94baz8ka6k92se/test.wbs
Preview test1 page with master_frame, then disable master_frame and preview. Centering is incorrect, I think this is my problem with the sensitivity issue aswell.
Thanks
Re: Centering Form With Master Page
The footer is set to 'floating'. But the form is fixed. That is why footer is not moved.
You will need to set the footer to 'Default' or make all other content floating. For example, by using layout grids/floating layers.
You will need to set the footer to 'Default' or make all other content floating. For example, by using layout grids/floating layers.
Re: Centering Form With Master Page
What about the centering ? the form is not centered and there is heaps of padding between header and form. I stopped using the layout grid because the form had problems as you mentioned in my previous post.
Re: Centering Form With Master Page
- the master frame does not have the same breakpoints as the content page.
- the master frame uses layout grids (floating), the form is using fixed layout.
- the master frame is not set to 'center in browser'
Please read this to learn more about the different layout methods:
http://www.wysiwygwebbuilder.com/layout_modes.html
To prevent confusion, use one method for the page.
The reason why the form did not work is unrelated to using layout grids. it is (most likely) caused by overlapping objects.
Also make sure you have the latest update which has lot of improvements.
https://www.wysiwygwebbuilder.com/forum ... =1&t=80972
- the master frame uses layout grids (floating), the form is using fixed layout.
- the master frame is not set to 'center in browser'
Please read this to learn more about the different layout methods:
http://www.wysiwygwebbuilder.com/layout_modes.html
To prevent confusion, use one method for the page.
The reason why the form did not work is unrelated to using layout grids. it is (most likely) caused by overlapping objects.
Also make sure you have the latest update which has lot of improvements.
https://www.wysiwygwebbuilder.com/forum ... =1&t=80972
Re: Centering Form With Master Page
Thanks Pablo, I understand my master page is using layout grids. Is it ok that my master page uses layout grids but the content holder within this page cannot be inserted into a grid. The tutorial also says that if you use layout grids you shouldn't set your page properties to centre in browser, regardless though it made no difference for me.
Thanks I'll keep persisting
Thanks I'll keep persisting
Re: Centering Form With Master Page
You will need to use the same layout method for both pages. if the content page uses fixed layout then it will not look right. Fixed layout will not follow the document 'flow'Is it ok that my master page uses layout grids but the content holder within this page cannot be inserted into a grid.
So, either make the elements on the master frame fixed or the form floating.
See also 'How to use Master Frames with Layout grids?':
http://www.wysiwygwebbuilder.com/master_frame.html
Correct, but because you are using fixed layout for the form, that is why it is not centered.The tutorial also says that if you use layout grids you shouldn't set your page properties to centre in browser,