Hi!
FIrst, thanks again for a great theme and excellent support team! =)
I’m trying to have two columns within a color section overlap as shown in the following image:
I’ve reviewed and tried different posts such as this one https://kriesi.at/support/topic/overlap-columns-elements/#post-1113948 but unable to duplicate the result of having that overlap. I have the two columns with the yellow border and just want them to overlap as in the above image in that diagonal angle as shown: https://imgur.com/a/6RyNEeK
Thank you!!
Hey tlchase,
The link you provided took me to a 404 not found.
Best regards,
Jordan Shannon
My apologies since it was set to private. It is now viewable. thank you
Hi,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (min-width:1024px){
.page.page-id-10781 #av_section_4 .flex_column.av_one_half.avia-builder-el-12 {
left: 1vw;
top: -190px;
margin-left: 0;
}
.page.page-id-10781 #av_section_4 .flex_column.av_one_half.avia-builder-el-15{
top: 100px;
right: 1vw;
}
.page.page-id-10781 #av_section_4 .container {
max-width: 990px;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Thank you VIctoria!! I was missing the second part. This works perfect, much appreciated =)
Hi tlchase,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria