Okay
  Public Ticket #948272
Nectar Font Resizing
Closed

Comments

  •  2
    petertivy started the conversation

    Having issues with the font resizing at about 1000px. Please Advise 

  •  8,996
    Tahir replied

    Hey Peter, 

    Please use these VC Options :  

    Thanks 


    ThemeNectar Support Team 

  •  2
    petertivy replied

    They are being utilized. On mobile it appears the correct size. its when the window is between desktop and tablet that this occurs

  •  8,996
    Tahir replied

    For Desktop adjust the Typography Settings : 


    ThemeNectar Support Team 

  •  2
    petertivy replied

    It is fine for normal desktop its when u scale the screen. in between desktop and mobile.

    see orignal attachments


  •  8,996
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 1300px) and (min-width: 1000px) {
        .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p {
            font-size: 34px!important;
            line-height: 44px!important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    petertivy replied

    That fixed it! Cheers