Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi
You can check here https://www.alpict.com/evenements/ on desktop then mobile. The title “Prochains événements” show only “Prochains” on mobile.
Desktop: okay https://imgur.com/a/iFAlp
Mobile: where is the full title ? https://imgur.com/a/bfsI0
How to showing all the title on mobile too ?
Hello,
Please add this code into your custom css box:
@media (max-width: 480px){
.header_page h1 {
margin-top: 38px !important;
line-height: 80px !important;
}}
This is the result: https://pho.to/AbndV
Let us know.
Best regards!
You must be logged in to reply to this topic.