Hello awesome people at Enfold!
I’m hoping you might have some advice for me. I need to build a promo box area similar to the following image
I see that you cannot upload images into the available promo boxes on Enfold, nor can you change the set dimensions. Would you have any other possible solution to achieve what I’m aiming for? I’ve used a gallery image with text above and a button below but it looks rather messy and the spacing between each element is too far apart. I’ll pop my url in the PM below or here is a screen shot http://imgur.com/W6ajVKo
Thanks again I love working with this theme, it’s easy-ish for a beginner like me :)
Hi saremcdee!
That’s very a very specific design so you’ll need to use HTML and CSS to create that look. You can start off with using our 1/3 columns and then add an image inside each and then add a codeblock beneath the images.
In the codeblock you could do something like this.
<div style = "border: 1px solid gray; padding: 10px;">
buttons and text go here
</div>
But it’s going to take a lot more work to get it to display exactly like in your screenshot.
Cheers!
Elliott
Ah exactly isn’t needed, close would be enough. Thank you for the start I’ll give it a go :)