Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • pavit Moderator
    #947426

    Hi there

    Due to the responsive features added inside template ja masshead is already resizing ( increase padding ) when screen resolution is set to a higher value
    anyway you can add height for it adding to your custom.css

    .ja-masthead {
    height:yourvalueinpx;
    }

    Regarding scaffolding to use you can refer to the bootstrap userguide HERE

    So your code to add to custom.css could be

    @media (min-width: 1200px) {
    .ja-masthead {
    height:yourvalueinpx;
    }
    }

    Hope it helps

    puntje Friend
    #947781

    Thanks. it worked!

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  puntje 8 years, 4 months ago.

The topic ‘can i change the height of the masthead. It must be higher and what is the code’ is closed to new replies.