Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • btreynolds1 Friend
    #176713

    Hi..

    We are using JA Puresite template and I see you have your contents in 980px , which is responsive.

    While our contents and images are like 1920px width size , so we need to have the site in 1920px , not 980px.

    How do we do that , making sure, the responsive is maintained ?
    :-[

    khoand Friend
    #451407

    You replace the code from /templates/ja_puresite/css/template.css

    .main {
    margin: 0 auto;
    position: relative;
    width: 980px;
    }

    with

    .main {
    margin: 0 auto;
    position: relative;
    width: 1920px;
    }

    btreynolds1 Friend
    #451408

    That I know.

    Anyways, we fixed it from css.

    Problem is, we have to create our own custom positions, which has big images and we need the images should auto scale with device viewport size.

    So, we created some custom positions , but its not getting responsive.

    Whats the masonry : 240px; in the css ?

    Its 240px from default , but if we change it to 480px since our images are big, the responsive is dead. >:(

    khoand Friend
    #451413

    Whats the masonry : 240px; in the css ?

    Yes, it is. It is defined in /templates/ja_puresite/css/layout.css

    Its 240px from default , but if we change it to 480px since our images are big, the responsive is dead.

    You set module suffix is ” ja-masonry grid-double” for your module.

    btreynolds1 Friend
    #451414

    Okay, so how do we set width for our custom positions ?

    We have varied image sizes which needs to be placed on blocks.

    When we place it, its not responsive.

    btreynolds1 Friend
    #451415

    In this path:/templates/ja_puresite/css/template.css
    I could not find any
    .main {
    margin: 0 auto;
    position: relative;
    width: 980px;
    }
    code to replace with
    .main {
    margin: 0 auto;
    position: relative;
    width: 1920px;
    }.

    btreynolds1 Friend
    #451417

    Hello

    Here i have created the module positions and started putting the images in it but i find the site lost the responsiveness.When i am resizing the screen at some resolution the responsiveness is lost.I simply want to increase the width from 980px to 1920px and also the site remains responsive but it does not happen.So please help me out.

    khoand Friend
    #451545

    <em>@btreynolds1 317631 wrote:</em><blockquote>Okay, so how do we set width for our custom positions ?

    We have varied image sizes which needs to be placed on blocks.

    When we place it, its not responsive.</blockquote>
    You can’t do it. You just use default width

    khoand Friend
    #451546

    <em>@btreynolds1 317634 wrote:</em><blockquote>Hello

    Here i have created the module positions and started putting the images in it but i find the site lost the responsiveness.When i am resizing the screen at some resolution the responsiveness is lost.I simply want to increase the width from 980px to 1920px and also the site remains responsive but it does not happen.So please help me out.</blockquote>
    You try my solution I gave you. Could you give me a link to your website?

    immortal Friend
    #479393

    check layout.css

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

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

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