Comments 8Cesare started the conversationFebruary 16, 2023 at 6:55amHi there, I have a problem with font size on smartphone. buttons and heading font in nectar slide is small. possible bigger on mobile?ThanksAttached files: 2023-02-16 at 07-50-36.jpg 2023-02-16 at 07-50-49.jpg 2,958Andrew repliedFebruary 16, 2023 at 7:02amHello there,Thank you for reaching out to us.You can adjust the mobile font size by going to wp-admin>> Salient >> Typograogy >> Responsive Settings.Kind regards, 8Cesare repliedFebruary 16, 2023 at 1:32pmHi there Andrew, I brought everything to 100% but it didn't change. I also increased the font size, but nothingThank youAttached files: 2023-02-16 at 14-30-03.jpg 1,877Judith repliedFebruary 16, 2023 at 2:00pmHi there,Please try this css: @media only screen and (max-width: 690px){.nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content p, .nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content p, .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content p { font-size: 17px!important;} } @media only screen and (max-width: 690px){.nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .button a { font-size: 21px;} }Thanks. Sign in to reply ...
Hi there, I have a problem with font size on smartphone. buttons and heading font in nectar slide is small. possible bigger on mobile?
Thanks
Attached files: 2023-02-16 at 07-50-36.jpg
2023-02-16 at 07-50-49.jpg
Hello there,
Thank you for reaching out to us.
You can adjust the mobile font size by going to wp-admin>> Salient >> Typograogy >> Responsive Settings.
Kind regards,
Hi there Andrew, I brought everything to 100% but it didn't change. I also increased the font size, but nothing
Thank you
Attached files: 2023-02-16 at 14-30-03.jpg
Hi there,
Please try this css:
Thanks.