Creating a full width page
-
Hi everyone,
I am using the MH Corporate (basic) theme and I am having some issues with page templates.
My problem is that I created a full width page template using PHP and and managed to get it working a week or two ago, since then I have returned to the page to do some further editing and noticed that it has reverted back to the default.
I have now again created the full width template using the same code, however I cannot find the CSS which corresponds with this template.
The PHP looks like this –
<?php
/*
*
Template Name: Full-Width
*/
get_header(); ?>
<div class=”mh-wrapper clearfix”>
<div class=”mh-content <?php mh_content_class(); ?>”><?php
while (have_posts()) : the_post();
mh_before_page_content();
get_template_part(‘content’, ‘page’);
comments_template();
endwhile; ?>
</div>
</div>
<?php get_footer(); ?>Any help would be much appreciated.
Thanks,
Patrick
The page I need help with: [log in to see the link]
- The topic ‘Creating a full width page’ is closed to new replies.