Okay
  Public Ticket #3032983
Z-index on animated borders
Closed

Comments

  •  1
    pscinc started the conversation

    Hello! I am trying to get text with a white background to show on top of a border, but the border keeps cutting through. I have tried setting the z index and positioning with no luck. Is there another approach I should take?

  •  1,877
    Judith replied

    Hi There,

    Please try this css:

    .wpb_text_column>.wpb_wrapper>:last-child {
        margin-bottom: 25px;
    }

    Thanks.

  •  1
    pscinc replied

    Hi there! Thanks for the code. I'm hoping to keep the overlap. I have a white background on the text, but I'm unable to change the stacking order of where the border falls. Does that make sense? Here's the look I am trying to achieve.



  •  8,839
    Tahir replied

    Hey Again,

    The Z-index on the Text needs to be higher than the row below it. 

    Thanks 


    ThemeNectar Support Team 

  •  1
    pscinc replied

    That worked. Thank you!