Okay
  Public Ticket #418501
Header croped if caption too long
Closed

Comments

  •  1
    Niklas started the conversation

    Hi! I often have a bit longer headings then just 2 or 3 words. Currently thats no problem in the wider layouts, but in the smallest for smartphones, the header is getting to small. I didn't set a header height and would prefer to keep it that way.

    It would be great if the height of the header area would be dynamic depending on the length of the caption.

  •  8,849
    Tahir replied

    Hey,

    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: 480px) {
        #page-header-bg .span_6 h1, .single.single-post .section-title h1 {
            font-size: 20px!important;
            line-height: 19px!important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  •  1
    Niklas replied

    Works, thanks! :)