Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #437199

    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!

    #437680

    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

    #437713

    Thanks Yigit! You can close this thread.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Special Heading Style’ is closed to new replies.