Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • marvelous development Friend
    #187670

    Hi,

    I want to ask, this template (ja mero) is a responsive template rite? so, the layout depending on the screen of device. When i open it using laptop, it looks like pic1.png & pic1(1).png, but when i open it using netbook it looks like pic2.png & pic2(1).png. Is there any setup that i forget to set to make it perfectly fit for any device? i thought it will automatically fit. =(


    1. pic11
    2. pic1
    3. pic21
    4. pic2
    Ninja Lead Moderator
    #493618

    JA Mero is responsive template and it will be automatically resized due to screen resolution of devices, these are resolution supported on JA Mero Template by default

    @media (max-width: 767px)
    @media (max-width: 768px)
    @media (max-width: 480px)
    @media (min-width: 980px) and (max-width: 1199px)
    @media (min-width: 1200px)
    @media (min-width: 600px) and (max-width: 767px)
    @media (min-width: 768px) and (max-width: 979px)
    @media (max-width: 599px)
    @media (max-width: 1199px)

    marvelous development Friend
    #493653

    Ok, then what should i do? Do I need to put that code inside any css file?

    Ninja Lead Moderator
    #493681

    No, mate, it persists in css by default and due to different screen size, your site will load appropriate css rule applied for that specific device: desktop, tablet, mobile, etc. In case that you want to add a specific rule for specific screen resolution. User media jQuery and add into custom.css file (/templates/ja_template_name/css/custom.css)

    regards

    splico123 Friend
    #493711

    use custom.css to override any of the styles in question, it is not that hard to do. But you have to understand that responsive does NOT mean it fits that screen you want perfectly, it differentiates between desktop, tablet (landscape and portrait) and mobile (landscape and portrait) screen types. DOES NOT fit every resolution perfectly, because the point was to standardize the screen types and NOT worry about resolutions of the screen.

    for customization find the style in question with firebug and make changes you like and put them in custom.css to avoid upgrade issues.

    hope that helps

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

This topic contains 5 replies, has 3 voices, and was last updated by  splico123 11 years, 6 months ago.

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