Tagged: enfold
Could you tell me how to align the Special Heading to the right?
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
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.
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
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?
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
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
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
Done, thank you very much Nikko!
Hi Luis,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko