Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

274
Views
Cannot remove white bar in the top website

I need help with removing the navigation bar completely from the website when I remove it from html it just makes (!) another white bar in the bottom

It also appears when I resize the chrome tab

I want to get rid of all of this..

Canva website example: https://www.canva.com/design/DAFCSBRJ9Oc/J8MP4clHYoNIJNTN2wDFyA/view?website#4

I have already looked up google but my limited experience in code can't help me here.

Please help

about 4 years ago · Juan Pablo Isaza
3 answers
Answer question

0

Its possible that the body may not be spanning across the full height of window. try giving height 100vh to main container and adjust the height of inner child DOM accordingly

about 4 years ago · Juan Pablo Isaza Report

0

Altough removing from HTML should work, Canva their website builder could be injecting this navigation bar, resulting into the problem you are having.

Add this CSS rule to completely hide the navigation bar.

.QnQnDA {
display: none;
}
about 4 years ago · Juan Pablo Isaza Report

0

please provide the code in a snippet included in the answer to help future programmers as well.

In your case just remove the <div class="QnQnDA" ... and the white bar will be removed but depending on the window size of the browser you are seeing it you will see a white bar at the bottom because there is a filler element that fills everything below the content (element with class=_2qaR-A). If you want to change this color assign a CSS style or an inline style to this element or choose another way to deal with the remaining space below the content.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!