Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • mediamuis Friend
    #917233

    Hi I’d like to force the usage of one lay-out (see attached file). The lay-out <1400px.

    How can I force this.

    Thanks in advance.

    Mark


    1. Screen-Shot-2016-04-12-at-21.36.45
    Ninja Lead Moderator
    #917406

    Hi,

    You can force it as my tweak below

    Create templates/ja_mono/css/custom.css file and add new CSS style

    @media (min-width: 1399px) {
        .block-right, .block-left, .block-footer {
            width: 100% !important;
            margin-left: 0% !important;
            position: inherit !important;
        }
    }

    Hope it helps

    Regards

    rabarrig Friend
    #938963

    Hello guys,

    My need is exactly the opposite: is there a way to force the big layout (1400p+) as the default one for notebook-size screens?

    Thanks!!

    Ninja Lead Moderator
    #938995

    @rabarrig: If you want to force the big layout to one for notebook-size screens, you can use this way

    Open templates/ja_mono/css/custom.css file(create new if it does not exist) and add new CSS style

    @media (min-width: 1399px) {
        .block-right, .block-left, .block-footer {
            width: 100% !important;
            margin-left: 0% !important;
            position: inherit !important;
        }
        .container {
            width: 100% !important;
        }
    }

    Hope it helps

    rabarrig Friend
    #940335

    Thanks a lot, Ninja!

    rabarrig Friend
    #946191

    Hi again, Ninja Lead,

    sorry to reopen this… I thought this was working properly, but it’s not. I was confused.

    Let me explain.

    When I do the changes you propose, I see the first pic (attachment 1). What I really need to accomplish is that the view on picture 2 (attachment 2) to be the default view from 992px of width onwards.

    I really hope I’m making myself clear. My english is not too good.

    Thanks for your help!!


    1. 1
    2. 2
    Ninja Lead Moderator
    #946466

    I tried to find the solution as your mentioned above but you will not able to show the layout as your expectation with the small layout (992px). I am so sorry about this.

    zheeka Friend
    #948806

    Hello guys, is there a solution for what rabarrig asked? I have the same nedd, I have to make the medium layout the same as Large.

    Ninja Lead Moderator
    #949079

    @zheeka: JA Mono template is a special template.

    • On big devices (bigger than 1400px), the layout is split into two main blocks, when users surf through the content with built-in navigation, new content will be displayed with smooth slide-in animation.

    • On smaller screens, it’s a clean and simple design, with clever typography, big images and a lot of white spaces

    My solution above only forces with the big screen and it does not adapt as your expectation.

    Regards

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

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

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