- Posts: 146
- Thank you received: 0
Heading does not fit in android phone
4 years 2 months ago #48272
by Hazzo
Heading does not fit in android phone was created by Hazzo
Hi, when opening up the page
tramo.agency/index.php/produkter-huvudmeny/transformatorer
in an android phone the heading does not collapse properly. See attached image. How can this be fixed?
Brgds Hans
tramo.agency/index.php/produkter-huvudmeny/transformatorer
in an android phone the heading does not collapse properly. See attached image. How can this be fixed?
Brgds Hans
Please Log in to join the conversation.
4 years 2 months ago #48274
by milos
Replied by milos on topic Heading does not fit in android phone
Hello,
In the template options, under Custom > CSS change this:
to this:
Regards,
Milos
In the template options, under Custom > CSS change this:
Code:
.page-header h1 {
padding-top: 50px;
text-align: center;
}
to this:
Code:
.page-header h1 {
padding-top: 50px;
text-align: center;
word-break: break-word;
}
Regards,
Milos
The following user(s) said Thank You: Hazzo
Please Log in to join the conversation.
Time to create page: 0.131 seconds