mastermatrix
Hi,
To change it globally, I suggest you change in LESS file:
- Open the file: [root]/templates/ja_moviemax (your default template)/less/variables.less
- Look for this declaration of 'container':
// 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: ((1140px + @grid-gutter-width));
@container-lg: @container-large-desktop;
// Very Large screen
@container-hd-desktop: ((1600px + @grid-gutter-width));;
@container-hd: @container-hd-desktop;
and change the value for the variable: container-hd-desktop to the value as you wish
- Backup all CSS files first
- Then go to backend > Extensions > Templates > JA Moviemax template style > hit the button <>LESS to CSS to compile less to css
Regards