-
AuthorPosts
-
April 30, 2013 at 3:22 pm #187181
T3v3 seems to support only layouts up to 1200px. But I need a responsive layout where the wide size is 1600px and the normal size is 1280px. Is there a way to achieve that with T3v3?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 1, 2013 at 7:09 am #491526You can change it to larger size here
Open templates/ja_t3v3_blank/less/variables.less file
from
T3gridWidth1200: 1200px; // T3 add
change to
T3gridWidth1200: 1600px; // T3 add
And click Compile LESS to CSS button from Admin
May 1, 2013 at 4:28 pm #491568When you do so the page width will change to 1600px when the browser width is only 1200px. So this option makes no sense.
Is there no possibility to change the width for the devices, so that the page changes to 1600px when the browsers width is 1600px min?
tom_laan84 Friendtom_laan84
- Join date:
- June 2008
- Posts:
- 348
- Downloads:
- 142
- Uploads:
- 30
- Thanks:
- 88
- Thanked:
- 67 times in 11 posts
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 2, 2013 at 4:45 am #491610If custom.css file doesn’t exist, you can create it in this path: templates/ja_t3v3_blank/css
Open custom.css file and add new script
@media (min-width: 1201px) and (max-width: 1600px) {
/*add new css style support 1600px*/
}tom_laan84 Friendtom_laan84
- Join date:
- June 2008
- Posts:
- 348
- Downloads:
- 142
- Uploads:
- 30
- Thanks:
- 88
- Thanked:
- 67 times in 11 posts
May 2, 2013 at 1:41 pm #491688What you need to do is change the 1200px layout to activate when media-size is 1600. now it is still set to 1200px.
I dont know what files need to be altered but there is this file for instance:
“plugins>system>t3>base>bootstrap>less>responsive-1200px-min.less”
Could be there are other files that need adjusting. Be careful though. This is a core file and shouldn’t be adjusted right there.
You could try to make a similar file named 1600px. And have it loaded into bootstrap-responsive.less Add 1600px variables too. That would be what i would try. But for me it’s just trial and error. And haven’t tried this yet.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 3, 2013 at 10:00 am #491789@tom_laan84: responsive-1200px-min.less is filename to support resolution 1200px, you do not have to change it to 1600px it can not run with 1600px :((.
My solution only work with default config template style and theme. Maybe you have changed configuration in default. if need to change resolution from 1200px to 1600px, please pm URL and admin access of your site, I shall help to check and give solution.
-
AuthorPosts
This topic contains 8 replies, has 3 voices, and was last updated by Ninja Lead 11 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum