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

    I tried to follow this post and I can get the image to overlap over the text column. But how to I get the opposite — the text column to overlap the image column?
    https://kriesi.at/support/topic/side-wise-column-overlapping/

    #1040896

    Hey williamslyd,

    Apply it to the text column, add the class then in your css code use:

    .your-custom-class img { 
        position: relative; 
        left: -15px; 
        z-index: 10;
    }

    Hope it helps.

    Best regards,
    Nikko

    #1040905

    How do I apply to code just to the text column? I only see a place to give the entire color section a class. When I apply what you sent to the entire color section, it is the image that overlaps on top of the text, but I want text overlapping the image.

    Thanks!

    #1040943

    Hi williamslyd,

    Try adding this css code in Quick CSS, located in Enfold > General Styling:

    #overlapping-content .av_one_half.avia-builder-el-7 {
        position: relative;
        z-index: 10;
    }

    Best regards,
    Nikko

    #1040948

    Thanks for this, but it is only affecting the images, they are still on top of text. I want all three of the black text box on top of the images they are next two (some text boxes will be to the left of the image and some are to the right).

    Thanks again for your help.

    #1041037

    Hi,

    Add this to quick css:

    .avia-builder-el-23{
    z-index:10!important;
    }

    I hope I’m understanding your need.

    Best regards,
    Jordan Shannon

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