Hello,
I need some help to adjust the size of my titles on the mobile version of my website. How can I choose a specific text size but just for mobile ? For now, some text is too big and going out of the page. Thank you
Hey oasure,
Try this code in the General Styling > Quick CSS field:
#top #wrap_all .all_colors h1.av-special-heading-tag {
font-size: 70px!important;
}
For the other titles try:
#top #wrap_all .all_colors h2.av-special-heading-tag {
font-size: 70px!important;
}
Best regards,
Mike
Hi Mike, thanks for your help!
Kind regards,
Oasure