• Hello, thank you for making this template, I would ask for help to narrow the overall width, 100% pass 80% as very large screens is all huge, new hope, greetings.

Viewing 2 replies - 1 through 2 (of 2 total)
  • hello herndario, we can create a new template and set it to full width
    I have changed the id name from primary to primary_full and assign style for it

    <style>
    #primary_full{
    width:100%;
    }
    </style>

    <?php
    /**
     * Template Name: Full With Page Template
     */
    ?>
    <?php get_header(); ?>
    <div class="mid-content clearfix">
    <div class="content-area" id="primary_full">
    <main role="main" class="site-main" id="main">
    <?php get_template_part( 'content', 'page' ); ?>
    </main>
    </div>
    </div>
    <?php get_footer(); ?>

    It is working!!

    Theme Author Access Keys

    (@access-keys)

    Hi Seshadry.

    We appreciate you code, and thanks for helping to us.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Full width template change’ is closed to new replies.