-
AuthorPosts
-
February 28, 2020 at 8:03 pm #1188896
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?
March 1, 2020 at 6:48 am #1189153Hey 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,
RikardMarch 3, 2020 at 4:28 pm #1189767This 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/
March 4, 2020 at 6:47 am #1189910Hi,
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,
RikardMarch 5, 2020 at 4:33 pm #1190489Here 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.
March 6, 2020 at 5:50 am #1190739Hi,
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,
RikardMarch 6, 2020 at 3:56 pm #1190906OK, I just updated the password again. Hopefully, those credentials will work now.
I added the ID’s
Left image column – special
Right text column – special2March 7, 2020 at 1:10 pm #1191102Hi,
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,
RikardMarch 9, 2020 at 6:29 pm #1191610Close but the columns are spread pretty far apart still.
March 10, 2020 at 12:23 pm #1191786Hi,
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,
RikardMarch 10, 2020 at 4:14 pm #1191894OK, 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.
March 11, 2020 at 5:37 am #1192138March 11, 2020 at 3:12 pm #1192310That’s what I tried but it doesn’t seem to be working.
March 12, 2020 at 4:21 am #1192475March 12, 2020 at 8:35 pm #1192752You sir are the man! I always forget about the !important tag. Everything is working now.
March 12, 2020 at 9:32 pm #1192781Hi bigwavebusiness,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.