Okay
  Public Ticket #251706
Responsive headings?
Closed

Comments

  • Ian started the conversation

    Hello,

    I have some text heavy rows in my new site. BUT! i dont understand why when I resize my browser window (to test responsive nature) the headings become very small. 

    Why dont the headings become stacked as opposed to remaining on one line forcing the type to become very small, and just a little bit bigger then the body text?

    It looks very unattractive. Can you please suggest how it can be fixed or ways around this?

    Also, whats the best way to treat/enter a lot of flowing text into your theme as columns? 

    thank you,

  •  8,472
    Tahir replied

    Hey!

    Please provide page url so we can check the css. 

    Thanks


    ThemeNectar Support Team 

  •   Ian replied privately
  •  998
    ThemeNectar replied

    Hey Ian! Add this into the custom css box in your Salient options panel:

    @media only screen and (max-width: 690px) {
    bosy #page-header-bg .span_6 h1, bosy.single.single-post .section-title h1, body h1 {
    font-size: 50px!important;
    line-height: 54px!important;
    }
    }
    

    Cheers

  • Ian replied

    perfect! thank you.