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

    Hi,

    I have a 2/5 Column and I need to add a couple of 1/5 nested columns inside it side-by-side so I can add an image and a button underneath in each nested column.

    Seems simple but I cannot see a nested column element? Is this even possible with Enfold?

    Thanks
    Brian

    #932232

    Hey brianwelsh,

    Could you please attach a mockup of what you’re trying to achieve?

    You can just drag the 1/5 element to the 2/5 and see if that works for you.

    Best regards,
    Victoria

    #932304

    Hi,

    That doesn’t work I’m afraid so I have had to re-design the page so I don’t need that anymore but there a lot of page builders out there that do work like that so I think it needs addressing, I even saw a thread going back 4 years where someone was asking for the exact same thing and there are quite a few similar requests! Enfold is such an awesome theme it seems a great shame that it won’t do something so basic as nesting columns.

    Thanks for the reply,
    Brian

    #932342

    Hi Brian,

    Do you have a mockup? Maybe there is another way to achieve what you need?

    Best regards,
    Victoria

    #932344

    How do I attach an image?

    #932828

    Hi,

    Please use imgur or dropbox and then send us a link. Have you tried the “Grid Row” element? You can nest columns inside the cells.

    Best regards,
    Ismael

    #932841

    and if you don’t like that the grid-row element is a full-width layout element see here: https://kriesi.at/support/topic/grid-row-not-fullsize-how-to/
    there was a reason for doing it via an additional surrounding container. Making the grid-row smaller and positioning it in the center of the screen was easy – but it is hard to style than the background-color of the space left and right. (Mostly it will be no problem – a lot of users have white / white so no difference is seen. My workaround is for the other cases.

    you see the difference on the last grid-row. which is only styled via:
    https://webers-testseite.de/weber/aaaa/

    .page-id-569 #av-layout-grid-3 {
        max-width: 1310px;
        margin: 0 auto;
        padding: 0 25px;
    }

    if you got a main color different to white – you have the troubles than.

    on that link above you can see the nesting on the right grid as you like it.

    #933200

    Hi,


    @Guenni007
    thanks for sharing the tip as always :)

    Please let us know if this works for you.

    Best regards,
    Vinay

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