Okay
  Public Ticket #3233166
font size on smartphone
Closed

Comments

  •  8
    Cesare started the conversation

    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

  •  2,958
    Andrew replied

    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.

    9846160229.png

    Kind regards,

  •  8
    Cesare replied

    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

  •  1,877
    Judith replied

    Hi 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.