Page 1 of 1

layout

Posted: Mon May 13, 2019 8:03 am
by Billywiz
My client wanted a very simple page that has links to her Etsy website where she sells her products but the problem is it does not fill the screen. http://www.floragraphics.co.uk
The settings are
1 Layer
3 images
3 text objects
1 html object
the breakpoints are default=1282 and 980,768,480,320

page properties
do not centre page
Background=transparent

Layer properties
overflow=none
box sizing=content box
Mode=floating layer
floating mode=Full screen
Direction=Left
Position children=Absolute
Alignment=Centre

Is there a solution I have missed somewhere

Cheers

Re: layout

Posted: Mon May 13, 2019 8:12 am
by Pablo
It looks like you have used fixed/absolute layout. If you want the layout to be flexible then you will need to use layout grids of flexbox instead.

Related tutorial:
http://wysiwygwebbuilder.com/layout_modes.html

Re: layout

Posted: Mon May 13, 2019 11:25 am
by Billywiz
Hi Pablo, on this page http://www.wysiwygwebbuilder.com/flexbox.html in the options it shows a flexbox container but in my updated version 14.3.4 April 2th I do not have this option and the choice is different.

Re: layout

Posted: Mon May 13, 2019 11:26 am
by Pablo
Maybe you have enabled 'Easy Mode'?

Re: layout

Posted: Mon May 13, 2019 11:57 am
by Billywiz

Re: layout

Posted: Mon May 13, 2019 12:05 pm
by Pablo
I do see the flexbox container in the menu!

Re: layout

Posted: Mon May 13, 2019 12:10 pm
by Billywiz
Is it now called Flex container or Flex grid. I cannot see Flexbox

Re: layout

Posted: Mon May 13, 2019 12:57 pm
by Pablo
I'm sorry, but nothing has changed.
A "flex container" is a container (like a layer) for flexbox elements. Each WWB object has its own flex box settings as explained in the tutorial.

Tip: if you are not familiar with flexbox then I recommend to start with layout grids instead.