Please, how can I insert layout elements, an image and text block inside a Tab container?
Hey emin!
You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
then you can create any of them and copy/paste shortcode into any other content element or into text widget.
Best regards,
Yigit
Hi!
“This site is under construction”. Do you mind posting temporary logins so we can check your website?
Cheers!
Yigit
Hi!
It still says “This site is under construction” on my end, sorry
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home #tab-id-1-container br {
display: none;
}
Cheers!
Yigit
Hey!
Try adding this code to the Quick CSS:
.tab_inner_content br {
display: none;
}
.tab_inner_content .flex_column {
margin-left: 30px;
}
.tab_inner_content img {
margin-bottom: 0;
}
Cheers!
Josue
Thank you so much. I strongly appreciate your excellent support
The above issue is now resolved