Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #488353

    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.

    • This topic was modified 9 years, 5 months ago by firemky.
    #488595

    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

    #488948

    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..

    • This reply was modified 9 years, 5 months ago by firemky.
    #489264

    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

    #489296

    Thank you so much :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Special heading style – HEADING STYLE MODERN (right)’ is closed to new replies.