Thank you so much! I really appreciate it!
I uploaded the file to the directory and this is how the page looks like: https://iwebsbuilder.com/home/services/
Its still smaller and i still see a horizontal bar and the footer is messed up. This is my code below that is in the file.
<?php
/*
Template Name: Iframe Template
*/
?>
<?php get_header(); ?>
<!--Start Page navi bg-->
<div class="page_navi_bg">
<!--Start Container-->
<div class="container_24">
<!--Start Page navi-->
<div class="page_navi">
<?php if (function_exists('inkthemes_breadcrumbs')) inkthemes_breadcrumbs(); ?>
</div>
<!--End Page navi-->
</div>
</div>
<!--End Container-->
</div>
<!--End Page navi bg-->
<!--Start Container-->
<div class="container_24">
<!--Start content wrapper-->
<div class="content_wrapper">
<div class="fullwidth">
<?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
<?php the_content(); ?>
<?php endwhile;?>
</div>
</div>
<!--End Content Wrapper-->
<?php get_footer(); ?>