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

    Hello,

    I am setting up a page with tabs in the Layout Builder and would like to insert 2 colomns in one of the tabs.
    However when creating tabs, the colomns shortcode is missing under the magic wand.
    Is that normal ?

    Thanks
    Bérangère

    • This topic was modified 8 years, 5 months ago by caudebert. Reason: wrong exposure of issue
    #643192

    Hey caudebert!

    Yes it is correct. The columns are not available under the tab’s.

    You can use custom css and paste the html inside the < code > tags.

    Add the below css in your child theme styles or under Enfold > General Styling > Quick CSS

    .col-50p {
    	width: 50%;
    	padding:30px;
    	float: left;
    	border:2px solid #000;
    }

    and this html in tabs > Edit > Text view

    <code>
    <div class="col-50p">column 1</div>
    <div class="col-50p">column 2</div>
    </code>

    Regards,
    Vinay

    #643197

    Hello Vinay,
    thanks for the quick reply.
    In between I have tried to copy / paste the columns shortcode from a page created by the standard editor. It seems to work. In case of issues I will use your method.
    Regards
    Bérangère

    #643200

    Hi!

    That’s great you found a workaround!

    Thank you for using Enfold :)

    Cheers!
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Layout Builder : missing elements in the magic wand’ is closed to new replies.