Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1188896

    Desired layout

    I made this image in Photoshop to test the concept and see if I liked it on the site but this isn’t the best way to do it for SEO purposes. Is there a way to achieve this layout using Enfold theme elements?

    #1189153

    Hey bigwavebusiness,

    There are no elements which have that layout by default unfortunately, you would need custom CSS in order to achieve that. If you need help then please post a link to where we can see the elements in question.

    Best regards,
    Rikard

    #1189767

    This is the page that we are trying to set up like this. Any help you could provide is greatly appreciated. Admittedly I’m not the best with CSS and then making it work within the Enfold framework makes my skill level even more useless.

    http://working3.bigwavebusiness.com/index.php/social-events/

    #1189910

    Hi,

    Thanks for the link, I see that you have added the image to the page. Could you create test page, then add the image in a 1/2 element, and the text in another 1/2 element please? That would give us something to work with.

    Best regards,
    Rikard

    #1190489

    Here you go. http://working3.bigwavebusiness.com/index.php/test-page/

    Thanks again for your help. I created a user account for you if that helps at all.

    #1190739

    Hi,

    Thanks for that. Could you add a unique class or ID to each of the columns as well please? I tried logging in but the details you posted are not working.

    Best regards,
    Rikard

    #1190906

    OK, I just updated the password again. Hopefully, those credentials will work now.

    I added the ID’s
    Left image column – special
    Right text column – special2

    #1191102

    Hi,

    I didn’t see any id’s so I added classes for you instead. Please try this in Quick CSS:

    .left img {
        border-radius: 100%;
        border: 5px solid blue;
        float: right;
    }
    
    .right .av_textblock_section {
        border-top: 5px solid blue;
        border-right: 5px solid blue;
        border-bottom: 5px solid blue;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    
    .right {
        margin-left: -10px;
        margin-top: 40px;
    }

    Best regards,
    Rikard

    #1191610

    Close but the columns are spread pretty far apart still.

    http://working3.bigwavebusiness.com/index.php/test-page/

    #1191786

    Hi,

    Please try this as well:

    .left .avia-image-container-inner {
      float: right; 
    }
    
    .right {
        margin-left: -50px !important;
        margin-top: 40px;
    }
    
    .right .av_textblock_section {
        padding-left: 70px;
    }

    Best regards,
    Rikard

    #1191894

    OK, so I played with what you’ve given me a little bit and it’s almost spot on now. The only problem is I can’t seem to get it to layer so that the image sits higher than the text. The way it currently sits makes the border of the text block stick into the image instead of following the curve. I tried playing with positioning and z-axis but I quickly learned this is above my pay grade.

    #1192138

    Hi,

    Please try this as well:

    .left {
        z-index: 2;
    }

    Best regards,
    Rikard

    #1192310

    That’s what I tried but it doesn’t seem to be working.

    #1192475

    Hi,

    Please try this instead:

    .left {
        z-index: 2 !important;
    }

    Best regards,
    Rikard

    #1192752

    You sir are the man! I always forget about the !important tag. Everything is working now.

    #1192781

    Hi bigwavebusiness,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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