Thanks for the help! I've been away from Subeta for a few months now (taking a somewhat hiatus due to finishing school), and came back to find that the HA from my user profile has disappeared? It was there before I left and functioned fine, so I don't know what's going on? Has the way coding works changed? Click here to get to my user profile.
Code that I think is just relevant to the HA, albeit I have no idea what's causing the problem and am not sure if this code is the cause. Especially since it was working perfectly a few months ago:
Code that affects the HA
{position: absolute;
background: ;
top: 70px;
left: 240px;
margin: -35px;
width: 200px;
height: 550px;
padding: 0px;
border: 0px;
overflow:auto;}
, , {visibility: hidden;}
, {background: transparent; border: 0px; padding: 0px; margin: 0px;}
table:before {top:-13px; content:'Closet'; display:block; position:absolute; text-align:center; width:100%;} table {top:2px; display:inline-block; position:relative; text-align:center;} table tbody {max-height:400px; opacity: 0.4; filter: alpha(opacity=50); display: inline-block; transition: opacity .4s ease-in-out; -moz-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-backface-visibility: hidden; -o-backface-visibility: hidden;} table tbody:hover {opacity: 1; filter:alpha(opacity=100);}
Have you tried deleting the section and re-adding it? It looks like the HTML is actually missing.
I did that and it brought back the HA, but when I edit it to show my closet items it makes the HA bar/box thing disappear? Like as if it didn't exist and the only thing visible is the title. (My profile is a bit messy now trying to figure out what's going on! Sorry about that.)
EDIT: Just found out about the new v3.5 wardrobe! I converted my HA and now everything works fine. c: Thanks for your help!