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

    I have a background image in the grid row. For that I used the code below.
    In the grid row cell I have a Custom Background Image.
    The background image #av-layout-grid-1 should be “higher” than the cell Custom Background Image. I mean it should start already above the cell image. How to do that?

    #av-layout-grid-1 {
    background: url(‘https://nwsuomi.fi/wp/wp-content/uploads/2018/06/home-feature-section-bg-3.jpg’);
    background-repeat: no-repeat;
    background-size: cover;
    }
    .container_wrap {
    border: none;
    }

    #968278

    Hey tammiviestinta,

    Could you post a link to the page in question so that we can take a closer look please? Also, I’m not sure I understand what you are looking to achieve, so a screenshot highlighting your intentions would likely help us understand better.

    Best regards,
    Rikard

    #971337
    This reply has been marked as private.
    #972025

    Hi,

    Thank you for the update. I’m not sure what you’re trying to do here though. You can’t set the background image higher than its container. You will have to add the image as another element inside the cell and then pull or push it upwards. Please provide a screenshot on imgur or dropbox.

    Best regards,
    Ismael

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