Seeking Help with Website Building Interface and Layout
Seeking Help with Website Building Interface and Layout
At a glance
The community member is having trouble with the interface of their website builder and is looking for help. They want to superimpose text over a banner photo and have a container with a full-sized Vimeo video on the left and a paragraph of text on the right. The comments suggest using CSS positioning, such as setting the container to position: relative and the overlaying elements to position: absolute. The community members also discuss trying to simplify the problem, using a screen recording tool like Loom, and getting help from resources like GPT and YouTube tutorials. While there is no explicitly marked answer, the comments provide guidance on how to approach the issue.
After looking at almost all the training videos, I keep hitting a wall in trying to learn the interface to build my site page. Is anyone willing to come on video for a few minutes so I can screenshare and show where I'm having a problem? My preview and web builder view don't match up for one thing, and I want text superimposed over a banner photo and then I want a container in the section underneath that shows A full sized Vimeo video on the left and a paragraph of words on the right. @ me if that's something you know how to help. I used to use GHL as my background for building web pages.
yeah, you want image position absolute and one of it's parents that holds the container - position relative, then the absolute positioned one can be positioned the way you want