Tagged: Layout Builder, magic wand
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
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
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
Hi!
That’s great you found a workaround!
Thank you for using Enfold :)
Cheers!
Vinay