Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Andrew Winkler Friend
    #903583

    How can I stop the fullscreen movie in layout 4 homepage layout from going smaller after a while? At first it displays beautifully in fullscreen mode, but then, after about a minute or two it resizes and is only displayed in the size of the introtext which is not as nice looking. Related to that might be another problem, which is that the introduction text is pushed too far down on the screen after being first located perfectly on the screen, with the effect that the sub text plus the two buttons and the mouse icon underneath can no longer be seen. The mouse button down work either.

    Ninja Lead Moderator
    #904140

    Hi,

    I see more text under video module and it’s very hard to do as your expectation but you can apply my tweak below

    Open templates/ja_jason/css/custom.css file and add new CSS style

    @media screen and (max-width: 480px) {
        .ja-intro .intro-content .info {
            font-size: 14px !important;
            line-height: 28px !important;
        }   
    }

    Hope it helps

    Regards


    1. Screen-Shot-2016-03-24-at-10.34.29
Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  Ninja Lead 8 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum