Word Wrap For The Header From The Menu. - Question | JoomShaper

Word Wrap For The Header From The Menu.

TK

Torsten Kaletta

General 3 months ago

Hello,

I am using the Pitech template. In the Pagebuilder menu link, there is an option for a page title, a subtitle, and a background image for a header. My page is bilingual. In German, the menu title in the header looks fine. In English, the word break is not so good. Unfortunately, I cannot set a break tag. What can I do in this case?

best regards Torte

0
5 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 months ago #210330

Hello Torsten Kaletta,

Thank you for reaching out to our technical support forum. I’m sorry to hear about the trouble you’re experiencing.

Currently, I see this on your English page. What do you actually want? Let me know your vision. I will try to help you.

prnt.sc/InfcwATsKtRR

Best regards

0
TK
Torsten Kaletta
Accepted Answer
3 months ago #210340

Hello,

Oh, sorry, I forgot to describe this. The word “core” should be on the same line as “program.”

best regards

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 months ago #210403

You have used custom CSS in custom.css file. Please change your CSS to this for English page.

.sp-page-title .sp-page-title-heading {
    max-width: 50%;
}

It will be like this:

prnt.sc/Zci7lrwQ24Yr

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 months ago #210412

OR

You can reduce font-size from 100px to 85px and all will fit.


OR

Inside that Page Settings > Custom CSS add

#sp-title .sp-page-title .sp-page-title-heading {
  max-width: 95%;}

You can also join two.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 month ago #214516

Just checking in to see if you have feedback on the provided solution. If the answer resolved your query, you can mark it as accepted to close the post and guide others with similar questions. You’ll find a button to accept answers below each comment.

If you need further assistance, feel free to let us know!

0