Resolvedcarattere nei banner
- This topic has 6 replies, 2 voices, and was last updated 2 years, 4 months ago by
Althemist.
- AuthorPosts
- October 29, 2020 at 1:47 pm #26788
silvano71
ParticipantCiao,
quando uso il backend per creare una pagina ed inseisco l’elemento banner, nel campo font mi fa scegliere solo tra standard e big
se scelgo big sul mobile non si ridimensiona e non si legge tutta la parola o le parole
Come posso fare per inserire una terza soluzione?
Grazie
SilvanoOctober 29, 2020 at 1:53 pm #26790Althemist
KeymasterHello Silvano,
I am afraid we don’t speak your language. Support is only offered in English. Please, always send your messages in English language, so we can assist you.
Regards,
Althemist teamOctober 29, 2020 at 1:57 pm #26791silvano71
Participantsorry, i try :)) sometimes google translate automatically :)))
When i built a new page, and add “banner” in the font dimension i have only 2 options: default and big
i like the “big” one but on mobile device the font is too big and the word is cut
is possible to have a 3° option?
Thnaks
SilvanoOctober 29, 2020 at 2:11 pm #26793Althemist
KeymasterNo, I am afraid there is no way to include third option, but you can change the font size for mobiles with CSS. Something like this:
@media only screen and (min-width:980px){ .wpb_zass_banner.zass_banner_big a h4 { font-size: 18px; } }
It would make the big banner text size same as the small one on mobiles.
Hope this helps.
Best regards,
Althemist teamOctober 29, 2020 at 3:07 pm #26798silvano71
Participantthanks a lot, i try immediately :))
you so quickly, great jobhave a wonderful day
SilvanoOctober 29, 2020 at 6:03 pm #26802silvano71
Participanthello i did the modification but the font change on desktop and not on mobile
November 2, 2020 at 12:26 pm #26859Althemist
KeymasterSo sorry, my mistake.
It must be max-width:980px not min-width:980px
- AuthorPosts
You must be logged in and have valid license to reply to this topic.