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

    I would like to achieve this look below where the bottom text is put on top of a shaded area but extend above the background picture. I tried adding a color section to another but i couldnt drag and drop it from avia builder

    • This topic was modified 8 years, 5 months ago by yingyang.
    #648430

    Hey kilimats!

    Better is to use a custom HTML to achive that.
    Add the element, style it with CSS And position it to absolute bottom ( or based on those 3 pricing columns can also work ).

    Let us know if we can help further, will be more than happy to assist.

    Cheers!
    Basilis

    #648434

    im very novice with html coding, can you offer guidance?

    #649587

    Hi,

    Add another color section below the existing one, apply a unique Section ID to it then use css to pull it upwards. Something like this:

    #custom-section {
    margin-top: -300px;
    }

    Could you please provide a link to the actual page?

    Best regards,
    Ismael

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