-
AuthorPosts
-
June 6, 2016 at 11:08 am #938113
Hi team,
We have to change width of our template right now its 1024, we want to expand to 1400, Obviously all spans as well as we want to keep our right-hand bar with same width and content span to expand more.
I tried your documentation when ever i am compiling LESS to CSS it going default style even overwriting all old CSS code. Yes bootstrap is also updating My code is following for my theme,
@T3gridWidth1200: 1180px; @gridGutterWidth1200: 10px; @T3gridWidth: 1380px; @gridGutterWidth: 10px; @T3gridWidth980: 960px; @gridGutterWidth980: 10px; @T3gridWidth768: 750px; @gridGutterWidth768: 9px;
**Problem is default gird has to be 1380px which is not effecting its always 1180px max; please help us here.
Why is serving after compiling from local not from css ?**
here is varilable.less code@T3gridWidth: 1380px; // T3 add. For non-responsive layout. @gridColumns: 12; @gridGutterWidth: 10px; @gridColumnWidth: floor((@T3gridWidth - @gridGutterWidth * (@gridColumns - 1)) / @gridColumns); @gridRowWidth: (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1)); // 1200px min @T3gridWidth1200: 1180px; // T3 add @gridGutterWidth1200: 10px; @gridColumnWidth1200: floor((@T3gridWidth1200 - @gridGutterWidth1200 * (@gridColumns - 1)) / @gridColumns); @gridRowWidth1200: (@gridColumns * @gridColumnWidth1200) + (@gridGutterWidth1200 * (@gridColumns - 1)); // 980px-1199px @T3gridWidth980: 960px; // T3 add @gridGutterWidth980: 10px; @gridColumnWidth980: floor((@T3gridWidth980 - @gridGutterWidth980 * (@gridColumns - 1)) / @gridColumns); @gridRowWidth980: (@gridColumns * @gridColumnWidth980) + (@gridGutterWidth980 * (@gridColumns - 1)); // T3 Add: 768px-979px @T3gridWidth768: 750px; // T3 add @gridGutterWidth768: 9px; @gridColumnWidth768: floor((@T3gridWidth768 - @gridGutterWidth768 * (@gridColumns - 1)) / @gridColumns); @gridRowWidth768: (@gridColumns * @gridColumnWidth768) + (@gridGutterWidth768 * (@gridColumns - 1));
Please help us its been long time drowning his.
Thanks
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 7, 2016 at 9:06 am #938478Hi
You can update the login credentials of your site so I can have a look: http://static.joomlart.com/images/blog/2015/nov/Add-new-post.gif
URL:
Admin:
FTP account:June 7, 2016 at 10:21 am #938505This reply has been marked as private.June 8, 2016 at 10:54 am #938807This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 9, 2016 at 3:48 am #938996You will not need to change via base file of T3 framework, you should override in template. Try with this tweak:
-
Go to less file: ROOT/templates/ja_argo/less/variables.less
- You will see the declaration fro grid 1200px min, just change to value which suits your need:
// 1200px min @T3gridWidth1200: 1400px; // T3 add @gridGutterWidth1200: 40px; @gridColumnWidth1200: floor((@T3gridWidth1200 - @gridGutterWidth1200 * (@gridColumns - 1)) / @gridColumns); @gridRowWidth1200: (@gridColumns * @gridColumnWidth1200) + (@gridGutterWidth1200 * (@gridColumns - 1));
Then if your site is running with Development Mode, you can just refresh front end of your site. If the Development Mode is OFF, you will need to compile less to css (remember to backup all css files first as when compiling, they will be overridden)
June 9, 2016 at 11:10 am #939142This reply has been marked as private. -
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by Saguaros 8 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum