Tagged: avia layout builder, bug, special heading, Text block
Hi. A couple of issues I’ve come across with the layout builder in the page editor:
There’s no option to center- or left-align a special heading, and inserting html doesn’t work.
Heading tags added inside a text block disappear each time the text block editor is opened.
Hi!
You can turn on this:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Then apply a class (ex: centered_heading) to the heading you want to affect and add this to the Quick CS:
.centered_heading{
text-align: center;
}
Cheers!
Josue