Problems with flex container

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
Rocky123
 
 
Posts: 16
Joined: Sat Sep 04, 2021 9:20 pm

Problems with flex container

Post by Rocky123 »

Hello, I have been trying to figure out a way to make my website easier for mobile use. It always had text or images over lapping. I finally got it to work by using a flex container. But the issue now is that if I try to move text or a image right to left in the flex container it disappears. Basically I cant move anything without it dispersing. I am using 1 flex container for the whole front page. Seems like it is moving to the back. Because when I was re building it. I can see text behind the flex container box.

Thanks in advance. I am using wysiwyg 17
User avatar
crispy68
 
 
Posts: 3090
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Problems with flex container

Post by crispy68 »

I'm not sure exactly what you are doing. You say you want text and images to overlap. Is the text and image both inside the container? If so, they wont overlap. The flex container will not work. There may be better options but without being able to see what you are doing it is hard to offer advice. Can you provide a simple one page demo project to download and look at?
Rocky123
 
 
Posts: 16
Joined: Sat Sep 04, 2021 9:20 pm

Re: Problems with flex container

Post by Rocky123 »

No, the page is set up the way i want it. But some text and images are off center and if i just try to move them to center or right or left. They disappear inside the flex container. The problem is i can't move anything without this happening. I don't want anything to overlap.
User avatar
Pablo
 
Posts: 23598
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Problems with flex container

Post by Pablo »

When you use a flex container, the layout is controlled by the flexbox properties.
So, unlike with absolute layouts, you cannot move objects anywhere you want. Because there is a 'structure' in the layout.

If the object disappears then you may have dropped it outside the container, so it below the other objects.

If you need further assistance then please share a DEMO project.
viewtopic.php?f=10&t=82134
User avatar
BaconFries
 
 
Posts: 5978
Joined: Thu Aug 16, 2007 7:32 pm

Re: Problems with flex container

Post by BaconFries »

Another reason why your site or page isn't displaying correctly is that you you added/inserted code between the body of the html as follows <body <!-- Google Tag Manager (noscript) --> this will break the structure of the html. It should be correctly inserted <body><!-- Google Tag Manager (noscript) --></body> Note: The highlighted in red is just a part of the code you will need to insert the full code/script.
If this doesn't resolve then see Pablos reply and the following url.
viewtopic.php?f=10&t=82134
Post Reply