- Posts: 146
- Thank you received: 0
Heading does not fit in android phone
-
Hazzo
Inactive member -
Topic Author
- Member
-
Less
More
3 years 4 months ago #48272
by Hazzo
Heading does not fit in android phone was created by Hazzo
Hi, when opening up the page
[url] tramo.agency/index.php/produkter-huvudmeny/transformatorer [/url]
in an android phone the heading does not collapse properly. See attached image. How can this be fixed?
Brgds Hans
[url] tramo.agency/index.php/produkter-huvudmeny/transformatorer [/url]
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.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6794
- Thank you received: 722
3 years 4 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.146 seconds