www.masterstrokebyresene.com Open in urlscan Pro
203.28.238.124  Public Scan

Submitted URL: https://email.habitatbyresene.co.nz/t/r-l-tidktjc-ojrkrhrwh-ji/
Effective URL: https://www.masterstrokebyresene.com/how-to/how-to-fix-a-sticking-door/
Submission: On February 23 via api from NZ — Scanned from NZ

Form analysis 5 forms found in the DOM

GET /search-results/

<form action="/search-results/" class="col-sm-3 search-wrapper d-flex align-items-center" method="get">
  <div class="input-group">
    <input type="text" name="k" class="form-control" placeholder="How can we help?" aria-label="How can we help?" aria-describedby="search-button" required="">
    <button type="submit" class="btn btn-outline-secondary"><img src="/wp-content/themes/cb/assets/images/icon-search.svg" alt="Search"></button>
  </div>
</form>

GET /search-results/

<form action="/search-results/" class="col-sm-3 search-wrapper d-flex align-items-center" method="get">
  <div class="input-group">
    <input type="text" name="k" class="form-control" placeholder="How can we help?" aria-label="How can we help?" aria-describedby="search-button" required="">
    <button type="submit" class="btn btn-outline-secondary"><img src="/wp-content/themes/cb/assets/images/icon-search.svg" alt="Search"></button>
  </div>
</form>

GET /search-results/

<form id="search_form" class="search-wrapper" action="/search-results/" method="get">
  <div class="input-group">
    <input type="text" name="k" class="form-control" placeholder="How can we help?" aria-label="How can we help?" aria-describedby="search-button" required="">
    <button type="submit" class="btn btn-outline-secondary"><img src="/wp-content/themes/cb/assets/images/icon-search.svg" alt="Search"></button>
  </div>
</form>

<form id="email_subscription_submission" class="row pt-2 ajax-form" onsubmit="submit_email_subscription(event,this)">
  <div class="col-md-10">
    <div class="row">
      <div class="form-group col-md mb-2 mb-md-0">
        <input type="text" id="subscriptionFirstname" name="first_name" placeholder="First name" class="form-control">
        <p class="email_subscription_error" id="first_name_error"></p>
      </div>
      <div class="form-group col-md mb-2 mb-md-0">
        <input type="text" id="subscriptionLastname" name="last_name" placeholder="Last name" class="form-control">
        <p class="email_subscription_error" id="last_name_error"></p>
      </div>
      <div class="form-group col-md mb-2 mb-md-0">
        <input type="text" id="subscriptionEmail" name="email" placeholder="Email" class="form-control">
        <p class="email_subscription_error" id="email_error"></p>
      </div>
    </div>
  </div>
  <div class="col-md-2">
    <input type="hidden" name="form" value="email_subscription">
    <button type="submit" class="btn btn-primary mb-2 mb-md-0 d-block w-100">Submit</button>
  </div>
  <div class="col-md-12">
    <p><label id="message_error"></label></p>
  </div>
</form>

<form id="feeback_form_submission" onsubmit="feeback_form_submission(event, this)">
  <div class="form-group d-flex">
    <label for="feedbackForm_name" class="form-label required">Your name</label>
    <div class="w-100">
      <input type="text" class="form-control" name="name" id="feedbackForm_name" placeholder="Enter your Name here">
    </div>
  </div>
  <div class="form-group d-flex">
    <label for="feedbackForm_email" class="form-label required">Your email</label>
    <div class="w-100">
      <input type="text" class="form-control" name="email" id="feedbackForm_email" placeholder="Enter your Email here">
    </div>
  </div>
  <div class="form-group d-flex">
    <label for="feedbackForm_phone" class="form-label required">Phone number</label>
    <div class="w-100">
      <input type="text" class="form-control" name="phone" id="feedbackForm_phone" placeholder="0412 345 678">
    </div>
  </div>
  <div class="form-group d-flex">
    <label for="feedbackForm_address" class="form-label">Your location</label>
    <div class="w-100">
      <input type="text" class="form-control" name="address" id="feedbackForm_address" placeholder="Enter your Address here">
    </div>
  </div>
  <div class="form-group d-flex">
    <label for="feedbackForm_occupation" class="form-label">Occupation</label>
    <div class="w-100">
      <select name="occupation" class="form-control form-select" id="feedbackForm_occupation">
        <option value="" disabled="" selected="">Please select</option>
        <option value="Home DIYer">Home DIYer</option>
        <option value="Architect">Architect</option>
        <option value="Builder">Builder</option>
        <option value="Interior Designer">Interior Designer</option>
        <option value="Landscaper">Landscaper</option>
        <option value="Painter">Painter</option>
        <option value="Other">Other</option>
      </select>
    </div>
  </div>
  <div class="form-group d-flex">
    <label class="form-label"></label>
    <div class="w-100">
      <input type="text" class="form-control" name="other_occupation" placeholder="Other Occupation">
    </div>
  </div>
  <div class="form-group d-flex">
    <label class="form-label">Photos</label>
    <div class="multiple-file-upload w-100">
      <p class="label"><strong>Attach and upload images if you wish</strong><small> (you may attach multiple images)</small></p>
      <div>
        <div class="files mb-3">
          <input type="file" multiple="" id="feedbackForm_photos">
        </div>
        <div class="actions mb-1" name="photos">
          <button type="button" class="btn" onclick="feedback_upload_images(this)">Upload</button> <small>Please browse to a file, then Upload</small>
        </div>
        <div class="uploaded-files mb-3"></div>
      </div>
      <p class="note"> If you are having trouble uploading images, please email them to <a href="mailto:masterstroke@resene.co.nz" class="link-hover">masterstroke@resene.co.nz</a> with the subject header “Feedback Form Images” and we can match it up
        with your query. </p>
    </div>
  </div>
  <div class="form-group d-flex">
    <label for="feedbackForm_message" class="form-label required">General enquiry or feedback</label>
    <div class="w-100">
      <textarea class="form-control" name="feedback" rows="8" id="feedbackForm_message" placeholder="How can we help you?"></textarea>
    </div>
  </div>
  <div class="form-group d-flex btns">
    <label class="form-label d-none d-sm-block"></label>
    <div class="row">
      <div class="col">
        <button type="button" class="btn btn-transparent mb-3 w-100" data-bs-dismiss="modal" aria-label="Close">Cancel</button>
      </div>
      <div class="col">
        <input type="hidden" name="form" value="feedback_submission"><input type="hidden" name="request_uri" value="https://www.masterstrokebyresene.com/how-to/how-to-fix-a-sticking-door/"><input type="hidden" name="addthis"
          value="ra-63be21d29f504b9a"><input type="hidden" name="validation_max_file_count" value="10"><input type="hidden" name="validation_max_file_size_MB" value="5"><input type="hidden" name="validation_max_file_name_B" value="256"> <button
          type="submit" class="btn btn-primary mb-3 w-100">Submit form</button>
      </div>
    </div>
  </div>
  <input type="hidden" onload="hide_float_feedback()">
</form>

Text Content

 * Get inspired
 * DIY projects
 * How to
 * Ask an expert
 * Help


 * Get inspired
 * DIY projects
 * How to
 * Ask an expert
 * Help


 * Get inspired
 * DIY projects
 * How to
 * Ask an expert
 * Help


How to


HOW TO FIX A STICKING DOOR

Doors are a regular fixture in our homes, but over time they can start to stick
and not open and close as seamlessly as they once did. In this Weekend DIY Fix
video, qualified builder Chris Donnelly shows you how to fix a sticking door at
your place, without the need to call in a handyman. 

While it may not feel like an urgent job in the scheme of things, a sticking
door may start to prematurely wear down the carpet it’s rubbing on beneath. It’s
also important to keep on top of your home maintenance and this job will only
take a few hours. Just follow these step-by-step instructions and your door will
be swinging again with ease.

As well as doors, windows can also get stuck. Click here for Chris’ guide on how
to fix a stuck window quickly and easily.


YOU WILL NEED

 * Pencil
 * Wood planer
 * Sandpaper
 * Safety gear (mask, goggles)
 * Small wedge (optional)
 * Hammer (for pin hinges)
 * Drop cloth
 * Resene Quick Dry waterborne primer undercoat
 * Paintbrushes
 * Resene Lustacryl semi-gloss waterborne enamel (Chris used Resene White)



1

FIND THE STICKING POINT

Identify exactly where your door is sticking by opening and closing it a few
times. Chris’ door is sticking in two places: at the bottom on the carpet and
further up against the jamb. Using your line of sight, figure out how much of
the door needs to come off. Use a pencil to mark out these spots on the door.


2

PLANE THE JAMB

Start by planing the jamb, being very careful not to press too firmly and remove
too much of the wood. You’ll be repainting later so, don’t worry about stripping
the paint off at this stage. Working in upward strokes, plane the jamb until the
door opens and closes easily. Take care not to remove too much.


3

SAND

Once you’re happy with the operation of the door, give the area that you’ve
planed a light sand to smooth the sharp edges, then wipe away the sanding dust.
Make sure to wear your safety gear when you do this.


4

REMOVE THE DOOR

If your door is sticking along the bottom edge, you’ll need to remove to plane
it. 

Right before you do this, slide a small wedge underneath the door. This helpful
hack means that when you undo the hinges, the door won’t drop down.

Chris’ door has loose pin hinges – to remove them, all you need to do is tap
them gently from beneath with a hammer.


5

GET READY TO PLANE

Carry your door outside and place it on a table covered with a drop cloth.
Measure a straight line along the bottom between your two pencil marks, then
you’re ready to plane.


6

PLANE THE DOOR

Start at one end so you avoid chipping out the end grain, then plane along the
whole edge. Check that it’s square, then use a block plane to get rid of the
sharp edges. 

Top tip: Always plane the end grain with a slight sideways motion.


7

PRIME AND PAINT

Apply a coat of Resene Quick Dry primer with a quality paintbrush. Then go back
inside and apply a coating of primer to the jamb. 

When the primer is dry on both surfaces, apply two coats of your Resene topcoat.
Chris used Resene Lustacryl semi-gloss waterborne enamel in the colour Resene
White. Allow dry time after each coat.


8

YOU'RE DONE!

Now reattach your door and marvel how it swings open and shut with ease.



ESSENTIAL SAFETY GEAR

Investing in quality safety gear means you’re properly protected for all your
projects at home. Look after it properly and you’ll have it for years to come.
Here’s a list to get you started – you won’t need the full kit every time, but
it’ll have you covered for most different DIY jobs. 

 * Overalls – to protect your good clothes from splatters. 
 * Shoe protectors – not only to protect your shoes but to stop you from
   treading paint into flooring.
 * Dust mask – essential for when you’re sanding and removing flaking paint. 
 * Goggles – a must-have when you’re painting a ceiling and when sanding or
   removing flaking paint. 
 * Sunglasses – for painting outside as fresh paint can be extra glary in the
   bright sun. 
 * Ear protection – ideal when sanding or using power tools. 
 * Chemical resistant gloves – when using cleaning products.

For more about must-have safety gear, click here.

RECOMMENDED PRODUCTS:

Resene Quick Dry
waterborne primer undercoat

Resene Lustacryl
semi-gloss waterborne enamel

PAL Legend Flat brush


SUGGESTED ARTICLES

How to


HOW TO STAIN A CEDAR HOUSE

How to


HOW TO PREP AND PAINT A TIMBER FENCE

How to


HOW TO REFRESH YOUR DECK WITH STAIN

How to


HOW TO FIX HEAT-DAMAGED WEATHERBOARDS

About MasterStroke by Resene
MasterStroke by Resene is here to help you master your paint and decorating DIY
projects. Brush up on your skills with advice, tips and ideas from our trusted
experts.

Check out the latest how-to videos on our YouTube channel.


STAY TUNED

Subscribe to receive updates, latest news, DIY inspiration and more from
MasterStroke by Resene.

Submit



 * Stores
 * Order
 * Promos
 * Terms of use
 * Privacy policy
 * Sitemap

Colours shown on this website are a representation only. Please refer to the
actual paint or product sample.
Resene colour charts, testpots and samples are available for ordering online.

See measurements/conversion for more details on how electronic colour values are
achieved.

Contact us if you’d like to republish MasterStroke by Resene content.



╳
Contact us with your query or general feedback.
We’d love to hear from you.
Your name

Your email

Phone number

Your location

Occupation
Please select Home DIYerArchitectBuilderInterior DesignerLandscaperPainterOther

Photos

Attach and upload images if you wish (you may attach multiple images)

Upload Please browse to a file, then Upload


If you are having trouble uploading images, please email them to
masterstroke@resene.co.nz with the subject header “Feedback Form Images” and we
can match it up with your query.

General enquiry or feedback

Cancel
Submit form


THANK YOU FOR CONTACTING US!

We appreciate that you’ve taken the time to write us.
We’ll get back to you very soon.

Explore more