Description in Slide Featured

Can I change the description text from Align Right to Align Left? How? Thank you… :slight_smile:

Hi @logo123,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

article.featured-text {
    right: auto;
    left: 30px;
}

Best Regards,
Movin