Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • amahadevan Friend
    #187245

    We have developed a site in Joomla 3.0 and when we are switching off the “Enable Responsive” at the backend then the site layout is breaking.We do not want to make it responsive and the site should like same both in Desktop version and Mobile Version.

    Can anybody just help out?????

    Ninja Lead Moderator
    #491861

    In this case, I would need to take a closer look at your site. Please pm me URL and admin access of your site. I shall check it for you

    amahadevan Friend
    #491963

    Ok fine.
    Here is the url:
    http://demolink.biz/amistad

    Ninja Lead Moderator
    #492185

    <em>@amahadevan 371691 wrote:</em><blockquote>Ok fine.
    Here is the url:
    http://demolink.biz/amistad</blockquote>

    I have configured the following in your template admin

    + Enable responsive: No
    + Optimize CSS: No (maybe you have customized css style and thats why the layout is broken in your site when compress css is set to ON , i tried to help you debug it but no success and took lot of my time)

    Your site runs fine. If you want to show full of your site, you can add new script below into custom.css file

    Open amistad/templates/t3_blank/css/custom.css file

    add new script


    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
    width: 1196px;
    }
    .span12 {
    width: 1196px;
    }
    .span11 {
    width: 1093px;
    }
    .span10 {
    width: 990px;
    }
    .span9 {
    width: 887px;
    }
    .span8 {
    width: 784px;
    }
    .span7 {
    width: 681px;
    }
    .span6 {
    width: 578px;
    }
    .span5 {
    width: 475px;
    }
    .span4 {
    width: 372px;
    }
    .span3 {
    width: 269px;
    }
    .span2 {
    width: 166px;
    }
    .span1 {
    width: 63px;
    }
    .offset12 {
    margin-left: 1276px;
    }
    .offset11 {
    margin-left: 1173px;
    }
    .offset10 {
    margin-left: 1070px;
    }
    .offset9 {
    margin-left: 967px;
    }
    .offset8 {
    margin-left: 864px;
    }
    .offset7 {
    margin-left: 761px;
    }
    .offset6 {
    margin-left: 658px;
    }
    .offset5 {
    margin-left: 555px;
    }
    .offset4 {
    margin-left: 452px;
    }
    .offset3 {
    margin-left: 349px;
    }
    .offset2 {
    margin-left: 246px;
    }
    .offset1 {
    margin-left: 143px;
    }
    .row-fluid {
    width: 100%;
    *zoom: 1;
    }

    Let me know the result

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

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

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