-
AuthorPosts
-
July 3, 2017 at 7:24 am #1045624
used for mse information system ,need to make it full width, how to do that, like the screenshot.
-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 4, 2017 at 10:08 am #1045994Hi,
If you inspect element in each page of this template, you will see that it has ‘container’ class and the declaration for this class can be found here: [root]/templates/ja_alumni/less/variables.less
Look for this:
// Container sizes // -------------------------------------------------- // Small screen / tablet @container-tablet: ((720px + @grid-gutter-width)); @container-sm: @container-tablet; // Medium screen / desktop @container-desktop: ((940px + @grid-gutter-width)); @container-md: @container-desktop; // Large screen / wide desktop @container-large-desktop: ((1120px + @grid-gutter-width)); @container-lg: @container-large-desktop;
Each screen resolution will have its own width value, you can change as you wish.
Remember that if your site is running with Development Mode, just refresh site to see the change, if the Dev mode is OFF, you need to compile less to css to see the change. (Backup all current css files first before compiling).
July 5, 2017 at 5:21 am #1046221hi, i changed Large screen size to 1320px,now in my screen it’s full width,i don’t know if it full width in the larger screen than my screen.
i enabled the dev mode,if i disable it , full screen disappear, then i need to compile less to css to make it effective ???Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 5, 2017 at 10:23 am #1046295When you enable Dev mode, your site will load LESS files and your changes in less file will take effect. After you disable dev mode, you need to compile less to css.
July 6, 2017 at 6:47 am #1046492hi,i find the larger screen still not fullscreen, how to solve this? i want it always fullscreen
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 7, 2017 at 8:15 am #1046761Kindly check the resolution of that larger screen and edit above value for container with a greater value.
July 10, 2017 at 3:03 am #1047102i don’t know how,give you the resolution of that larger screen, how to modify??
- This reply was modified 7 years, 4 months ago by joomlartdai.
July 10, 2017 at 3:22 am #1047116i also use page class Alternative,add code in custom.css,
.publications .container { width: 100% !important; }
not working ,what’s wrong?
in my old website ,that’s working, now i seperated the system, the same thing, it’s not working!!- This reply was modified 7 years, 4 months ago by joomlartdai.
July 10, 2017 at 5:19 am #1047158page class is working now
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
July 11, 2017 at 6:56 am #1047568Glad to hear its working now!
AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 9 replies, has 2 voices, and was last updated by Saguaros 7 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-