nix1000uk
Hi Nick,
It due to the concept of this template so it doesn't have full width like that. But you can customize to change the width for the container of template.
Firstly, backup your site and go to file: /templates/ja_restaurant/less/variables.less
Look for this declaration:
// Container sizes
// --------------------------------------------------
// Small screen / tablet
@container-tablet: ((718px + @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: ((1740px + @grid-gutter-width));
@container-hd: @container-hd-desktop;
and change the value for container-hd variable.
Once done, go to admin panel > Templates > JA Restaurant and hit the button to compile less to css.
Regards