Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1259422

    Is it possible to place text and image on top of each other like the example sent in enfold. And if so how should that be?

    screenshot

    #1259681

    Hey MarcusEls,

    Yes, it is possible. You can use the grid row with 2 1/2 and have a text block in one of them and the images as a background in another one. Then can help you adjust it.

    Best regards,
    Victoria

    #1259702

    Thanks for the help. Setup the page as you describe above. tried to fix it but still have no idea

    #1259964

    Hi MarcusEls,

    Credentials did not work for me. Could you please update the credentials?

    Best regards,
    Victoria

    #1259998

    I made a sub directory

    • This reply was modified 4 years ago by MarcusEls.
    #1260906

    Hi,

    Thank you for the update.

    We removed the enfold-backgr class name from the text block and moved it to the parent column container, then use this css code to pull the text block section to the right so that it is on top of the background image.

    .responsive #top .enfold-backgr {
    	position: relative;
    	z-index: 100;
    }
    
    .responsive #top .enfold-backgr .av_textblock_section {
    	right: -100px;
    	position: relative;
            background-color: #f7f7f7;
            border-style: solid;
            border-width: 0px 0px 0px 3px;
            border-color: #97c000;
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.22);
            padding: 5% 5%;
    }
    

    Best regards,
    Ismael

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