Hi I’m looking for a solution of how to position section and image in a section to overlap like this
in this case its an image with promo box, but it can be a text with an added button
Hey Szczepan,
This should be possible via css. Please provide a link to the site/page in question.
Best regards,
Jordan Shannon
All I have done is this, but it’s just a mock-up. I don’t know how to do that properly
Hi,
Add this to quick css. This code is based off the link you sent:
.flex_cell.no_margin.av_one_fifth.avia-builder-el-25{
position: absolute!important;
margin-top: 50px!important;
margin-left: -150px!important;
}
Best regards,
Jordan Shannon