Okay
  Public Ticket #665754
Mobile Text
Closed

Comments

  • M started the conversation

    Hi -

    I need to resize the text for mobile. It's far too small to be read.

    I was thinking something of this nature:

    @media only screen and (max-width: 690px)
    <div class =“content” style=“top:97px;>

    @media only screen and (max-width: 690px)
    .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content p {
    font-size: 20px!important
    line-height: 25px!important;
    }

    @media only screen and (max-width: 690px)
    .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content h2{

    font-size: 29px!important;
    line-height: 35px!important;

    }

  •  8,992
    Tahir replied

    Hey ,

    Right now you seem to be using a Image as the logo . Please adjust the Mobile Height in here: http://prntscr.com/a1deho .

    Bes.t


    ThemeNectar Support Team 

  • M replied

    Thank you for this. I should\'ve specified that I was referring to the slider text; it is far too small. Thanks.

  •  8,992


    ThemeNectar Support Team