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

    Hi Everyone,

    I’m having an issue with a line of code.

    Essentially I’d like to have a gradient that aligns bottom, but I keep getting a bar that shows up.

    Here is the code:

    .avia-section.av-rk2b-765175248ded7801464e4d138627e1dd .av-section-color-overlay {
    top: 17%;
    }

    I put the website and a screenshot in the private section

    #1442831

    Hey MikeTandySwag,

    Please try this instead:

    .avia-section.av-rk2b-765175248ded7801464e4d138627e1dd .av-section-color-overlay {
      top: 410px;
    }

    Best regards,
    Rikard

    #1442832

    Thanks but now I don’t see it at all on chrome and still see the line on Safari

    #1442871

    Hi,

    This what is currently applying:

    .avia-section.av-rk2b-765175248ded7801464e4d138627e1dd .av-section-color-overlay {
      top: 170px;
    }

    Did you change the value? If so, then please try the code I sent instead.

    Best regards,
    Rikard

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