Justifying Text and Bullet Points

Hello there,

Thank you for the great theme. Had tried my hand on building the website and your theme made it look like a breeze.

Apologies, for my ignorance, but I am struggling to justify my text in the about us as well as services section. Also when using bullets they are leaving a gap inside the bullets. Would request to have a look.

Url : www.anqyra.com

Thank You.

Hello there,

I hope you are doing well today.

You can use the following CSS code to justify the text by going to Appearance > Customize > Additional CSS and pasting it there.

/*Justify text*/
.front-page-section .section-header .section-description {
    text-align: justify;
}

As for the bullets, you can change the indentation with the following code:

/*List items indentation*/
li {
    text-indent: -45px;
}

Best Regards,
Support

Hello there,

Thank you so much. The justification works fine. However, the bullets are still leaving space inside the text. Adding a screenshot for your reference.

Hey there,

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

May I suggest using “-” instead of bullet points.
Eg:

  • Financial Process Management
  • Customer Sales & Support
  • Technical Support Services

This way you’ll be able to maintain a bullet style with that is close to the text.

Best regards,
Support.