Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1317663

    Hello,
    On my blog posts grid, I need the image to appear above the top of the grid card. I am able to use a negative top margin to place it where it needs to be, however, z-index settings I have tried, do not make it appear on the top layer. What is the correct approach?
    Thank you

    #1317878

    Hi jacc,

    Please remove this CSS code:

    .slide-entry img {
        margin-top: -40px !important;
        z-index: 99;
    }

    And replace it with:

    #top .avia-content-slider, 
    #top .avia-content-slider-inner {
        overflow: visible !important;
    }
    
    #top .avia-content-slider .slide-image {
        margin-top: -40px;
    }

    Best regards,
    Nikko

    #1317989

    Thank you! That worked.

    #1318078

    Hi,

    Great, I’m glad that Nikko could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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