Hi,
can i somehow add another style for special heading which will align the heading to right.. i kind a need another style because i am changing align per section..
left
right
left
right
Thanks.
Hi firemky,
Could you provide us with a link to the site in question so that we can take a closer look please?
Thanks,
Rikard
If u scroll down a bit.. under the big image.. are sections.. one is with left align.. another should be with right (but i cant put the heading with right aling… i have only the separator and text box)… its the heading with “KARTA INSTRUKTOR” in it..
Hey!
Please turn on the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Modify the special heading element that you want to align to the right. Add a custom css class attribute, use “heading-right” for example. Add something like this in the Quick CSS field:
.heading-right {
text-align: right;
}
Regards,
Ismael
Thank you so much :)