Okay
  Public Ticket #262972
Header Font Size Scaling
Closed

Comments

  • Zach started the conversation

    Hi, so, at regular height/width, the text in my header (h2) looks perfect, I'm using CSS to bump up the size by a percentage, however, when i scale the window smaller, the text size jumps much much smaller than I would like, how do I fix this? (the text in question is "this is uvideo" on the main header, but the problaom is all over my site.

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    @media only screen and (max-width : 1000px) {
        body .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content h2 {
            font-size: 54px!important;
        }
    }
    

    Cheers


    ThemeNectar Support Team