I have a special heading set to “Heading Style Modern (Left)” which I want to have on the right in a particular section, however, there is no option for that. Can you provide me with some quick css to move the special heading of “About Us” to the right I provided 2 images. The first one shows how I want the special heading justified and the second one shows how it is justified now. (See attached images) Thank you!
Hey djshortkut!
Please add following code to Quick CSS
.page-id-3308 #av_section_6 h2.av-special-heading-tag {
text-align: right;
}
Regards,
Yigit
Thanks Yigit! You can close this thread.