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

Fantastic, thank you. Could we have the code in reverse (so to speak), so that the questions are pulled to the left to line up with the category title that way? So everything is aligned to the left?

Thanks,.
David.

1 Like

Hi @David_Drew

should it be like this?

.eapps-faq-content-category-item-question-text{
  padding-left: 17px;
}
1 Like

The Sina’s code should work for your case. However, if it doesn’t work the way need, please describe your idea in more detail :slightly_smiling_face: