Answers - left align suggestions?

We recently added Yext Answers to our Zendesk support site. In Yext the search suggestions (Universal Prompts) are left aligned. However when I view the search bar in Zendesk the suggestions are centered on the home page only. Can you advise what I must change in Zendesk so that my suggestions do not get centered?"

Hi @Erik_Pulliam ,

Currently Zendesk center-aligns all text in their Hero component (where the Yext search bar is typically added) by default.

To change this in your Zendesk Theme navigate to your style.css file and add the following:

li.yxt-AutoComplete-option--item {
  text-align: left;
}

We’ll add this update to our Zendesk Guide shortly.