Tagged: 

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

    Hi
    I want to create a list in two column within a tab. How do I break the tab content up into columns?
    Thanks

    #620678

    Hey JLAM8!

    Please enable debug mode as shown in this link http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ and use the shortcodes inside the tab content.

    Best regards,
    Vinay

    #620983

    I am not sure what ‘use the shortcodes inside the tab content’ means

    #621942

    Hi,

    You can for instance drag two 1/2 elements to a page and then copy/paste the shortcode into your tab.

    Thanks,
    Rikard

    #622150

    I have enabled debug mode and I tried cutting and pasting the code from a page with two columns into the text tab in the area where i write my tab content. It did not work.

    #623733

    Hey!

    can you provide us a precise link to your site showing the elements in question please? we need to be able to inspect the elements. We need admin access too, post it here as private reply.

    Regards,
    Andy

    #626090

    I had the same challenge JLAM8.
    There may be a more elegant solution, but I switched to the text editor within the tab, then added the following HTML:

    <table cellpadding="0">
    <tbody>
    <tr>
    <td width="335">
     	A bunch of content in the first column goes here
    </td>
    <td width="335">
     	A bunch of content for the second column goes here
    </td>
    </tr>
    </tbody>
    </table>

    Feel free to see the end result at http://www.qacentric.com/NewSite/Services/

    • This reply was modified 8 years, 6 months ago by BlueprintECM.
    #626281

    Hey!

    your result looks good to me, I can’t see any issue. Can you highlight using screenshots please to show us what’s going on? use imgur.com or dropbox.

    Cheers!
    Andy

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