Okay
  Public Ticket #2121374
Alignment issue with Animated Title
Closed

Comments

  • SacGeoIntl started the conversation

    Hello,

    I'd like my red Latest Episodes animated title to be left aligned just like it is on our front page (please see the attached screenshot), with Latest Episodes replaced with Categories.  I mirrored the set up as best I could but it just remains centered - please show me how I can left align this call out title.  

    Thank you!

  •  3,024
    Andrew replied

    Hi there,

    Use the following custom css:

    .nectar-animated-title.completed {
        text-align: left;
    }
    

    Hope this helps.