Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1222170

    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:

    View post on imgur.com

    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!!

    #1222249

    Hey tlchase,

    The link you provided took me to a 404 not found.

    Best regards,
    Jordan Shannon

    #1222380

    My apologies since it was set to private. It is now viewable. thank you

    #1222711

    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

    #1222729

    Thank you VIctoria!! I was missing the second part. This works perfect, much appreciated =)

    #1222765

    Hi tlchase,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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