Everyone has its own taste when it comes to webpage banners if you want to make the banners of internal pages to full width as on the home page. Please follow these steps:
> Open Your Cpanel or FTP
> Go to Root Directory
> Find out the page file name which for which you want to add full-width banner.
> Edit the page - let's take cpanel hosting page for an example.
> Find out cpanel-hosting.php
> Edit the page.
> You need to add the following code in the file: $ca->assign('allowFullBannerImage', 'true');
> Now go to this path: /templates/hostx/includes/blocks/
> Find out and edit the banner.tpl file.
> Find and replace this code {if $templatefile eq 'homepage'} with the following: {if $templatefile eq 'homepage' || $allowFullBannerImage} and then save the file.
[Note: The code will be on the 1st line of the code]
> Now Login WHMCS Admin and go to Addons > WGS HostX > Page Manager
> Find out your page in which you have done the edit (In our case we will find Cpanel Hosting Page)
> Edit the Page and then edit the banner section, click on view source and add class="" after image tag
We have to do this because currently the image is coming to the right side but when you make it to full width a the right side image will still come. This will be replaced by adding class="" after the image tag.