Hi! I would like to know if I can make the kind of data-tables you use here to put the codes in in Enfold.
Thanks!
Hi Padlee!
Where are you looking to add this in and for what purpose?
Cheers!
Devin
Those are done with pre tags. If you add content in the Text tab of a visual editor and wrap it in
it will format exactly as it is shown in the editor and will get code formatting.
Like on the documentation page here http://kriesi.at/documentation/enfold/hr-color/
Thank you! and is there a way to write in the first and last line? also, the text won’t be totally aligned to the left no matter what? Thanks!
Okay I realized, this Quick CSS will do the work (both write in first line and total align to left)
pre {
padding: 0em;
}
Thanks for your help!