Okay
  Public Ticket #1182009
Nectar Slider Resizing Too Small
Closed

Comments

  • chelseacriss started the conversation

    When viewing this slider on some laptop screens the text shrinks significantly. It doesn't seem to be controlled by the tablet or mobile font size options either, as I have changed those and still had this issue. You can also see the massive shrinking by making your browser just a tad smaller when using a desktop screen.

    Any help would be appreciated. Thank you!

  •  9,013
    Tahir replied

    Hey Chelsea,

    Have you tried adjusting the Font size in Salient Theme Options Panel -> Trypography Section : 

    Thanks 


    ThemeNectar Support Team 

  • chelseacriss replied

    I have tried that and it doesn't fix the problem. Can you please take a look and see what the issue is? Thank you.

    https://newhorizonsofntx.org/

    It's the nectar slider at the top of the page with the issue.

  •  9,013
    Tahir replied

    Hey Again,

    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: 30px!important;        line-height: 25px!important;    }
        .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2, #boxed .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2 {        font-size: 50px !important;        line-height: 45px !important;    }
    }

    Thanks


    ThemeNectar Support Team 

  • chelseacriss replied

    Thank you so much! It worked!