Question and Answer position with Categoires

Can we align the questions (e.g., “Can I cancel my subscription at anytime?”) with the category titles (e.g., “All Questions”) so that they start at the same left position?

Right now, the category headers are aligned further left than the questions below them. I’d like the Q&A text (summary line) to visually line up with the heading text for consistency.

1 Like

Hi there, @David_Drew :waving_hand:

Yep, this code will do the trick:

.eapps-faq-content-category-title-text {
  padding-left: 37px;
}

Please add it to the Custom CSS field on the Appearance tab of your widget’s settings and let me know if it helped :wink:

1 Like