[SOLVED] Page title cut on mobile device
- a.seidel@ubas.de
- Offline Topic Author
- Fresh Boarder
- Posts: 11
- Thank you received: 1
This request refers to the site: webneu.ferienhauskontor-greetsiel.de
When opening the site on my iPhone, the title of the page is cut and not shown full size. See screenshot landingpage-iPhone.jpg. How can I enlarge the space in the top, so that the title is shown in full also on mobile devices? On iPad it shows normal, like on the desktop.
Many thanks in advance for your support.
Kind regards,
Alex
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
<h1 class="uk-text-center" style="color: #fff; font-weight: 60; margin-bottom: 120px; font-size: 32px;">FERIENHAUS KONTOR GREETSIEL</h1>
to
Or something else..<h1 class="uk-text-center" style="color: #fff; margin-bottom: 10px; font-size: 22px;">FERIENHAUS KONTOR GREETSIEL</h1>
www.joomlaplates.de/dokumentation.html
Please Log in or Create an account to join the conversation.
- a.seidel@ubas.de
- Offline Topic Author
- Fresh Boarder
- Posts: 11
- Thank you received: 1
Replied by a.seidel@ubas.de on topic Page title cut on mobile device
Posted 5 years 3 months ago #24451But how can I assign this to be shown on mobile devices?
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
For Mobile only > uk-visible-small
<h1 class="uk-visible-small uk-text-center" style="color: #fff; margin-bottom: 10px; font-size: 22px;">FERIENHAUS KONTOR GREETSIEL</h1>
For Desktop only > uk-visible-large
<h1 class="uk-visible-large uk-text-center" style="color: #fff; margin-bottom: 10px; font-size: 22px;">FERIENHAUS KONTOR GREETSIEL</h1>
Attachment grid-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-21.jpg not found
www.joomlaplates.de/dokumentation.html
Attachments:
Please Log in or Create an account to join the conversation.
- a.seidel@ubas.de
- Offline Topic Author
- Fresh Boarder
- Posts: 11
- Thank you received: 1
Replied by a.seidel@ubas.de on topic Page title cut on mobile device
Posted 5 years 3 months ago #24462Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
The mobile menu? Did you read the theme doc?
demo.joomlaplates.com/jp_rooms/docs/#mobile_menu
www.joomlaplates.de/dokumentation.html
Please Log in or Create an account to join the conversation.