Hello I want to make a special heading witha subheading but style it with the text aligned to the right. There is an option “Heading style modern (left)”but no “right”. How can I do that. Thanks
Hey svetkol!
First off do this, http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/.
And then add a class of “align_right” to the heading and then add this to your custom CSS.
.align_right h3 {
text-align: right;
}
And switch H3 with whatever heading your using.
Best regards,
Elliott
Thanks a lot.