arrange text in sections

– how can I divide text in parallax with paragraphs or lists?
– How can I align text to center in “TEXT” widget?

Hi @diametry,

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

– how can I divide text in parallax with paragraphs or lists?

Could you please try achieving this by using the custom plugin solution posted in the following topic?

https://colorlibsupport.com/t/cusomizing-parallax-widget/

You have to use p and li tags to create paragraphs or lists.

– How can I align text to center in “TEXT” widget?

We can achieve this by developing custom CSS code.

Could you please share me your site URL where it’s displaying so that i can help you?

Best Regards,
Movin

Thanks for answer!
My test site is mystarswin.com
This is not a working site. It’s probe.
Before last 3 parallax sections is TEXT - how I can align text in it?

You can try aligning that text in the center by adding the following CSS code in the Custom CSS option of your theme on the below path.

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


body.home .widget_text {
    text-align: center;
}

Thanks! You’re best WP guru! :slight_smile:

You are always welcome here :slight_smile: