The Big Spring Sale! Up to 50% off!

Justified text

jes777
46 Posts
jes777 posted this 06 March 2023
Ask a Question

Is it possible to justify text in a template?

Is it possible to justify text in a template?
Vote to pay developers attention to this features or issue.
8 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 07 March 2023

Hi Julie,

Yes, you can select the text alignment in the right panel options. If you need something special please be more specific and explain your request with some screenshots.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Julie, Yes, you can select the text alignment in the right panel options. If you need something special please be more specific and explain your request with some screenshots. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
jes777
46 Posts
jes777 posted this 07 March 2023

I see in the right panel it only allows Left, Centre and Right. The client wants something similar to what can be done in Microsoft Word. When you justify text, space is added between words so that both edges of each line are aligned with both margins.

I see in the right panel it only allows Left, Centre and Right. The client wants something similar to what can be done in Microsoft Word. When you justify text, space is added between words so that both edges of each line are aligned with both margins.
designdealer13
59 Posts
designdealer13 posted this 07 March 2023

jes777 once chosen as on my shoot ecran, you can even add cutting lines according to the language of the document so that the justification is pretty.

You put a CSS class to your text (example : justif)
You add this in modify CSS :
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;

Result NicePage :
.justif {
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}

jes777 once chosen as on my shoot ecran, you can even add cutting lines according to the language of the document so that the justification is pretty. You put a CSS class to your text (example : justif) You add this in modify CSS : -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; Result NicePage : .justif { -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }
jes777
46 Posts
jes777 posted this 08 March 2023

Thanks I'm going to try that

Thanks I'm going to try that
jes777
46 Posts
jes777 posted this 08 March 2023

jes777 once chosen as on my shoot ecran, you can even add cutting lines according to the language of the document so that the justification is pretty.

You put a CSS class to your text (example : justif)
You add this in modify CSS :
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;

Result NicePage :
.justif {
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}

Thanks it works! I really appreciate your help

> jes777 once chosen as on my shoot ecran, you can even add cutting lines according to the language of the document so that the justification is pretty. > > You put a CSS class to your text (example : justif) > You add this in modify CSS : > -webkit-hyphens: auto; > -ms-hyphens: auto; > hyphens: auto; > > Result NicePage : > .justif { > -webkit-hyphens: auto; > -ms-hyphens: auto; > hyphens: auto; > } Thanks it works! I really appreciate your help
Support Team
Support Team posted this 09 March 2023

Hi Julie,

Please use this option:

justify.png

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi Julie, Please use this option: !justify.png! ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
jes777
46 Posts
jes777 posted this 09 March 2023

Thanks so much Hella. I really appreciate your help

Thanks so much Hella. I really appreciate your help
Support Team
Support Team posted this 09 March 2023

You are welcome. Feel free to contact us on any other occasion.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

You are welcome. Feel free to contact us on any other occasion. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments