Hi,
Please understand that I only provide support in English. Could you please translate your question so I can help?
Thanks and regards,
Oliver
Titles cut on mobile. Good I would like to know how I can do to avoid that the titles are cut on mobile since I want aesthetically very ugly and the topic I really liked example
Craft beer-
nal. It happens that when a word of the title does not enter the space it cuts it instead of lowering the whole word.
And another problem is that it puts the first sigo of question backwards in the texts.
Hi,
I’m sorry, I still don’t really understand your issue. Could you please provide screenshot of the issue pointing it clearly out? Thank you.
Do you have issues with long words in titles? If so, please note that it is impossible for browser to know when to lower a font size of the title. Instead it splits long words into new lines. You can force lower font size with custom CSS though:
@media (max-width: 640px) {
h1 {
font-size: 1.5em;
}
}
Here is what I can see:
https://easycaptures.com/fs/uploaded/1299/8777365437.jpg
Visiting your website on mobile I can see the logo is too wide for mobile screens. Is this the issue? If so, please apply a custom CSS to fix it:
@media (max-width: 640px) {
.site-title {
font-size: 1.2em;
}
}
The first question mark sign may be affected by your language, it is not a theme issue.
Best regards,
Oliver