Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • amahadevan Friend
    #189315

    Hello,

    We have developed a site using Joomla t3 3.0 default pack.We did not need the site to be responsive so we have set the responsive to off in the backend.But we need the site to fit to all screen sizes.Right now scroll is coming and we do not need that.How can it be possible???

    Can anybody just help me out?????

    Ninja Lead Moderator
    #500588

    I have raised this problem to dev team here, they will check and reply the solution to you as soon

    Ninja Lead Moderator
    #500689

    You can fix this problem in JA T3 Blank template when it disabled responsive

    + Create new custom.css file in templates/t3_blank/css folder

    + Add new script below

    @media (max-width: 932px) {
    #t3-mainnav {
    width: 960px;
    }
    .home {
    width: 940px;
    }
    .t3-footer {
    width: 960px;
    }
    }

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

This topic contains 3 replies, has 2 voices, and was last updated by  Ninja Lead 10 years, 9 months ago.

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