Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1314490

    Hello,

    I would like to have text box elements overlap image elements in various places of my website – an example would be the “What does a bookkeeper do?” text box over the image found here: https://www.finepoints.biz/ or like this one: https://vaology.com/alison/

    On my Home page, I would like the text box element that begins “How my business came to be…” to overlap the top-leftish corner of the image of the lady and I’d like the text box element that begins “Why I do what I do…” to overlap the bottom-rightish corner of the image of the lady. I hope this makes sense.

    This is my first time to contact support so I hope I am submitting this correctly but please advise. Any help is greatly appreciated!

    #1314833

    Hey kthughlet,

    I see that your site is in maintenance mode, so we can’t view it. Please provide us with login details in private. Also please assign classes or IDs in the text blocks which you want align.

    Best regards,
    Rikard

    #1314885

    Hello Rikard,

    Thank you for your response! Sorry about that, I have added my login info below.

    I also have added IDs to the text blocks. If it isn’t already painfully obvious, I’ve never built a website before so I really appreciate your help and patience.

    Thanks again!
    Kelly

    #1314902

    hope this will help you: https://webers-testseite.de/overlapping/

    #1315095

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    #kth-abouthow {
        position: absolute;
        background: yellow;
        right: -150px;
        left: 150px;
    }
    
    #kth-aboutwhy {
        position: absolute;
        right: 150px;
        left: -150px;
        background: white;
    }

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.