x

White box

I had updated my website when a huge white box appeared on the screen. It covers the whole top of the website. It shows online but not on the weekly editor. Any ideas on how to fix?

Header Code- NONE

Footer Code- 

<!-- HTML Codes by Quackit.com -->

<!DOCTYPE html>

<title>Text Example</title>

<style>

div.container {

background-color: #ffffff;

}

div.container p {

font-family: Arial;

font-size: 22px;

font-style: normal;

font-weight: bold;

text-decoration: none;

text-transform: none;

color: #000000;

background-color: #ffffff;

}

</style>

<div class="container">

<p>v1.0.1</p>

</div>

Pictures

imageimage

840 Views
Message 1 of 6
Report
1 Best Answer

Best Answer

For now I think I fixed it. For anyone wondering I changed this:

<!-- HTML Codes by Quackit.com -->

<!DOCTYPE html>

<title>Text Example</title>

<style>

div.container {

background-color: #ffffff;

}

div.container p {

font-family: Arial;

font-size: 22px;

font-style: normal;

font-weight: bold;

text-decoration: none;

text-transform: none;

color: #000000;

background-color: #ffffff;

}

</style>

<div class="container">

<p>v1.0.1</p>

</div>

To:

<!-- HTML Codes by Quackit.com -->

<!DOCTYPE html>

<title>Text Example</title>

<style>

div.container p {

font-family: Arial;

font-size: 22px;

font-style: normal;

font-weight: bold;

text-decoration: none;

text-transform: none;

color: #000000;

background-color: #ffffff;

}

</style>

<div class="container">

<p>v1.0.1</p>

</div>

I took out the background as it seemed to interfere with the header. Thanks for for checking in though.

View Best Answer >

828 Views
Message 5 of 6
Report
5 REPLIES 5
Square

Did you get this sorted out, @DaBossNicMusic? I'm not able to duplicate your second image. Thanks! 

831 Views
Message 5 of 6
Report

Best Answer

For now I think I fixed it. For anyone wondering I changed this:

<!-- HTML Codes by Quackit.com -->

<!DOCTYPE html>

<title>Text Example</title>

<style>

div.container {

background-color: #ffffff;

}

div.container p {

font-family: Arial;

font-size: 22px;

font-style: normal;

font-weight: bold;

text-decoration: none;

text-transform: none;

color: #000000;

background-color: #ffffff;

}

</style>

<div class="container">

<p>v1.0.1</p>

</div>

To:

<!-- HTML Codes by Quackit.com -->

<!DOCTYPE html>

<title>Text Example</title>

<style>

div.container p {

font-family: Arial;

font-size: 22px;

font-style: normal;

font-weight: bold;

text-decoration: none;

text-transform: none;

color: #000000;

background-color: #ffffff;

}

</style>

<div class="container">

<p>v1.0.1</p>

</div>

I took out the background as it seemed to interfere with the header. Thanks for for checking in though.

829 Views
Message 5 of 6
Report
Square

Thanks for sharing your solution, @DaBossNicMusic!

820 Views
Message 5 of 6
Report

I am having the same issue where every new section I create has a massive white box in it. I can't see it on the editor but preview puts it front and center down the entirety of my page. What in the world?

708 Views
Message 7 of 6
Report
Square

Hi there. What's the site name you are working on and the page name? 

703 Views
Message 7 of 6
Report
This thread has been archived and locked. Please start a new thread if you would like to continue the conversation.