-
AuthorPosts
-
March 6, 2014 at 4:23 pm #195535
Hello there,
I would like to make the content area of my site much wider than what ja_magz offer (similar to purity ii).
Currently it is set to 980px and I would like to make it 1180px.@media (min-width: 1200px)
.container{
width: 980px;
}It is indeed possible to change this in css. But that change alone is not going to do the job as the content inside the container does not middle align. What other changes are needed when the width of the container is increased,
Thanks,
Vinod
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 7, 2014 at 9:30 am #525782Hi Vinod,
JA Magz Template uses LESS to define all parameter style on your site. If you change width via css files, I’m not sure it can work properly.
Please follow my workaround below:
Note: Please backup all css files on your site first because css files will be overridden with modification defined from LESS file.Open the templates/ja_magz/less/variables.less file:
Find and change
T3gridWidth: 940px; // T3 add. For non-responsive layout.
To
T3gridWidth: 1160px; // T3 add. For non-responsive layout.
Once done, click Compile LESS to CSS button from admin template, see screenshot for reference:
-
1 user says Thank You to Ninja Lead for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 10, 2014 at 4:30 am #526001Hi Vinod,
Please pm URL of your site, admin login and ftp credentials of your hosting. I will help you out.
March 12, 2014 at 11:02 pm #526521<em>@Ninja Lead 415479 wrote:</em><blockquote>Hi Vinod,
Please pm URL of your site, admin login and ftp credentials of your hosting. I will help you out.</blockquote>
Hello there,
I actually changed the template to JA Appolio to make use of BS3. So now there is no need for container size changes. Anyways thanks for the response.
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 2 voices, and was last updated by taus 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to increase the width of container
Viewing 5 posts - 1 through 5 (of 5 total)