Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #936174

    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!

    #936304

    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

    #936661

    Awesome, here is a link to the page (in private content).

    #936940

    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

    #937351

    This worked perfectly, thanks so much!

    #937514

    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

    #939983

    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.?

    #940362

    Hi,

    If you inspect the page in your browser, you can find it inside of the body tag. You can also edit the page or post, and find it in the URL of the edit page.

    Best regards,
    Rikard

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