Hello! I’m hoping someone can give me a hand with this. I need to create a layout whereby there is an image with a white box on top (preferably with rounded corners) then two columns of content in the white box. Can someone point me in the right direction as to how to achieve this working within the Enfold theme? Here is a mockup of what I’m trying to achieve:
https://www.dropbox.com/s/3wq0ak7d9xllx0i/enfold.PNG?dl=0
Thanks so much in advance!
Hey Monica,
You should be able to achieve that using the 1/2 elements for your text, though you will need custom CSS for the background. Please post a link to where we can see the actual elements on your site.
Best regards,
Rikard
Awesome, here is a link to the page (in private content).
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.page-id-79 #av_section_1 .container {
background: red;
border-radius: 15px;
margin: 20px auto;
}
Best regards,
Rikard
This worked perfectly, thanks so much!
Hi,
Great, glad we could help :-)
Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi Rikard, I do actually have a follow up question. How would I do this on another page? Can you direct me to how I would find the page ID# etc.?