Here is a code that's a "One size fits all".
In greater yet simpler terms, this will get rid of the white box, and center your profile perfectly.
WARNING: This code will make your wix ratios 800x800.
Use as needed.
If 800x800 does not fit your liking please check out This Thread.
INSTRUCTIONS: (UPDATED)
The following "On Size Fits All" code is to be placed in your theme override.
Make sure to remove all existing CSS coding first, or it may cause problems.
UPDATE 1: Make sure you place the "Media" into the second column in your profile.
(The 2nd column is in/near the middle mark.)
Note: If you are still having an issue with a white box with this code, (You shouldn't but in case you do)
please refer to the link above for more options on removing the white box.
In greater yet simpler terms, this will get rid of the white box, and center your profile perfectly.
WARNING: This code will make your wix ratios 800x800.
Use as needed.
If 800x800 does not fit your liking please check out This Thread.
INSTRUCTIONS: (UPDATED)
The following "On Size Fits All" code is to be placed in your theme override.
Make sure to remove all existing CSS coding first, or it may cause problems.
UPDATE 1: Make sure you place the "Media" into the second column in your profile.
(The 2nd column is in/near the middle mark.)
Note: If you are still having an issue with a white box with this code, (You shouldn't but in case you do)
please refer to the link above for more options on removing the white box.
html,body {
background-image: none;
background-color: #000000;
}
#columns {
width: 800px;
height: 520px;
margin-left: auto;
margin-right: auto;
float: none;
position: relative;
top: 50px;
}
#column_1, #column_3 {
display: none;
}
#column_2 {
width: 800px;
margin: 0px;
padding: 0px;
overflow-y: hidden;
}
.panel {
margin: 0px;
padding: 0px;
background-color: transparent;
}
.panel h2 {
display: none;
}
#id_media {
height: auto;
width: auto;
}
.media_panel embed, .media_panel object{
height: 800px;
width: 800px;
}
background-image: none;
background-color: #000000;
}
#columns {
width: 800px;
height: 520px;
margin-left: auto;
margin-right: auto;
float: none;
position: relative;
top: 50px;
}
#column_1, #column_3 {
display: none;
}
#column_2 {
width: 800px;
margin: 0px;
padding: 0px;
overflow-y: hidden;
}
.panel {
margin: 0px;
padding: 0px;
background-color: transparent;
}
.panel h2 {
display: none;
}
#id_media {
height: auto;
width: auto;
}
.media_panel embed, .media_panel object{
height: 800px;
width: 800px;
}