-
AuthorPosts
-
July 28, 2015 at 6:53 am #640271
Hi,
In jateline III it was possible to change the width of the template but in Teline IV couldnt find.
I use EasyDiscuss and there will be only EasyDiscuss in that page. I want the template to be wider with that.
How can i customize?
On the otherhand can i extend the width of the template generally? Does it spoil the responsiveness of the template?
Regards
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 29, 2015 at 2:44 am #645203Hi
If you’re using JA Teline IV template built with old JA T3v2 framework on your site, you can change the width like the way you changed for JA Teline III
July 30, 2015 at 3:36 pm #645378I have Telini iv T3 and version is 1.1.1.
I couldnt resize the width. Pls help.
Is it something bad to have it wider?
Below you can see my template screen.
July 30, 2015 at 3:36 pm #743999I have Telini iv T3 and version is 1.1.1.
I couldnt resize the width. Pls help.
Is it something bad to have it wider?
Below you can see my template screen.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 31, 2015 at 3:31 am #645427So you’re using JA Teline IV with new T3 framework, please check out this documentation for how to customise template that built with T3: http://www.t3-framework.org/documentation/customization.html
1 user says Thank You to Saguaros for this useful post
August 23, 2015 at 10:10 am #664738I got this: Which one should i change to make template wider? I changed 980 variables to 1200 but nothing changed.
Regards
// GRID
// ————————————————–// Default 940px grid
// ————————-
@T3gridWidth: 980px; // T3 add. For non-responsive layout.
@gridColumns: 12;
@gridGutterWidth: 4px;
@gridColumnWidth: floor((@T3gridWidth – @gridGutterWidth * (@gridColumns – 1)) / @gridColumns);
@gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns – 1));// 1200px min
@T3gridWidth1200: 980px; // T3 add
@gridGutterWidth1200: 4px;
@gridColumnWidth1200: floor((@T3gridWidth1200 – @gridGutterWidth1200 * (@gridColumns – 1)) / @gridColumns);
@gridRowWidth1200: (@gridColumns * @gridColumnWidth1200) + (@gridGutterWidth1200 * (@gridColumns – 1));// 980px-1199px
@T3gridWidth980: 980px; // T3 add
@gridGutterWidth980: 4px;
@gridColumnWidth980: floor((@T3gridWidth980 – @gridGutterWidth980 * (@gridColumns – 1)) / @gridColumns);
@gridRowWidth980: (@gridColumns * @gridColumnWidth980) + (@gridGutterWidth980 * (@gridColumns – 1));// T3 Add: 768px-979px
@T3gridWidth768: 740px; // T3 add
@gridGutterWidth768: 4px;
@gridColumnWidth768: floor((@T3gridWidth768 – @gridGutterWidth768 * (@gridColumns – 1)) / @gridColumns);
@gridRowWidth768: (@gridColumns * @gridColumnWidth768) + (@gridGutterWidth768 * (@gridColumns – 1));August 23, 2015 at 10:10 am #746328I got this: Which one should i change to make template wider? I changed 980 variables to 1200 but nothing changed.
Regards
// GRID
// ————————————————–// Default 940px grid
// ————————-
@T3gridWidth: 980px; // T3 add. For non-responsive layout.
@gridColumns: 12;
@gridGutterWidth: 4px;
@gridColumnWidth: floor((@T3gridWidth – @gridGutterWidth * (@gridColumns – 1)) / @gridColumns);
@gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns – 1));// 1200px min
@T3gridWidth1200: 980px; // T3 add
@gridGutterWidth1200: 4px;
@gridColumnWidth1200: floor((@T3gridWidth1200 – @gridGutterWidth1200 * (@gridColumns – 1)) / @gridColumns);
@gridRowWidth1200: (@gridColumns * @gridColumnWidth1200) + (@gridGutterWidth1200 * (@gridColumns – 1));// 980px-1199px
@T3gridWidth980: 980px; // T3 add
@gridGutterWidth980: 4px;
@gridColumnWidth980: floor((@T3gridWidth980 – @gridGutterWidth980 * (@gridColumns – 1)) / @gridColumns);
@gridRowWidth980: (@gridColumns * @gridColumnWidth980) + (@gridGutterWidth980 * (@gridColumns – 1));// T3 Add: 768px-979px
@T3gridWidth768: 740px; // T3 add
@gridGutterWidth768: 4px;
@gridColumnWidth768: floor((@T3gridWidth768 – @gridGutterWidth768 * (@gridColumns – 1)) / @gridColumns);
@gridRowWidth768: (@gridColumns * @gridColumnWidth768) + (@gridGutterWidth768 * (@gridColumns – 1));August 23, 2015 at 10:19 am #664739Also what to do change the width for a single module. I use EasyDiscuss and i need a wider screen for that.
Regards
August 23, 2015 at 10:19 am #746329Also what to do change the width for a single module. I use EasyDiscuss and i need a wider screen for that.
Regards
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 24, 2015 at 2:38 am #664803After you change the value to 1200px in that less file, you will need to go to Template manager section in backend and compile Less to CSS (there is a button called LESS to CSS) (Remember to backup all of current css files first as when compiling less to css, they will be overridden)
For the width of module, it will depend on the width of position you’re using and configuration of module itself. You can send me URL of page where that module locates and screenshot of how you want it should be.
1 user says Thank You to Saguaros for this useful post
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 24, 2015 at 2:38 am #746340After you change the value to 1200px in that less file, you will need to go to Template manager section in backend and compile Less to CSS (there is a button called LESS to CSS) (Remember to backup all of current css files first as when compiling less to css, they will be overridden)
For the width of module, it will depend on the width of position you’re using and configuration of module itself. You can send me URL of page where that module locates and screenshot of how you want it should be.
1 user says Thank You to Saguaros for this useful post
-
AuthorPosts
This topic contains 11 replies, has 2 voices, and was last updated by Saguaros 9 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum