Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #202131

    Could you tell me how to align the Special Heading to the right?

    #202137

    Hey jamesmac007!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    body .av-special-heading.classic-quote > *, body .av-special-heading.blockquote > * { text-align: right; }
    body .av-special-heading .av-special-heading-tag { float: right; }

    Best regards,
    Yigit

    #202150

    Hi,

    I’ve done that but it doesn’t give an alignment option for it in the alignment style.
    It still only offers default, centred, centred italic, and left.

    #202341

    Hey!

    I thought you would like to make all Special Heading elements right aligned? This code should do it. You can add any Special Heading element to your layout and check it on your page and they should be right aligned

    Regards,
    Yigit

    #390024

    This doesn’t align the subheading. How do you add the alignment to the subheading as well. And how can you make this unique to only one special heading and not all special headings on a whole page?

    #390051

    Hey!

    You can turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
    and then give your Special Heading element a custom CSS class and add following code to Quick CSS in Enfold theme options under General Styling tab

    .custom-class .av-subheading {
    text-align: left;
    }

    If that does not help, please post the link to your website and point out special heading element you would like to customize

    Cheers!
    Yigit

    #1300802

    Hello,

    I take advantage of the topic to ask how to do the same to establish justified text in the body text of the post.
    Thank you

    #1300830

    Hi Luis,

    You can justify the body of the text by selecting the text you want to justify then press Ctrl + Alt + J (Windows) or Ctrl + Option + J (Mac)
    Here’s a reference that might help: https://wpintensity.com/justify-text-wordpress/

    Best regards,
    Nikko

    #1300842

    Done, thank you very much Nikko!

    #1300933

    Hi Luis,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Enfold – Heading Align Right’ is closed to new replies.