Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1078871

    Hi
    I have a colour section with a long half box with an image in it on one side and then a 1/2 grey box with text on the other side.
    I would like to have another box with more text directly under the 1/2 box with text but I can only seem to make it appear under the image?
    Could you suggest what I might do please?

    #1079404

    Hey Tree-craft,

    You need to add your additional content to the same 1/2 element if you want it to show directly below it.

    Best regards,
    Rikard

    #1079667

    Hi Rikard

    Thanks for your reply, I would really like them content to show in two separate grey boxes one underneath each other.. Is there any way of putting the text in the same 1/2 element but then have a white divide in between the text boxes? Many Thanks

    #1079702

    Hi,
    Please try adding your second column below the image and add the custom class “float-right” to it by going to Enfold Theme Options > Layout Builder > Show element options for developers.
    2019-03-17-140342
    Then add this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .float-right {
        float: right !important; 
        margin-top: -500px !important; 
    }

    Please adjust to suit.
    Expected results:
    2019-03-17-140528

    Best regards,
    Mike

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