How to make fullwidth page?
-
My question is: how to avoid <div class=”container”> while creating custom page template?
get_header(); do_action( 'greenlet_before_main_container' );
I’m using above code to add header & footer but this comes with a default:
<section class="site-content" id="content"><div class="container"><div class="row"> </div></div></section>
Whatever I’m adding in custom templates it’s under this div tag, so I’m unable to make the width:100%
Can you please tell me a way where I can able to add header & footer without this default site-content section? or a way to avoid it in particular page/template only.
Thank you in advance.
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to make fullwidth page?’ is closed to new replies.