Support

Account

Home Forums Feedback Crashed the layout Reply To: Crashed the layout

  • Corrected.

    In case this helps anyone, this is how I fix these problems.

    I inspect the element that is covering the content. This shows me

    
    <div id="sidebar" .....
    

    I delete this div from the page using the inspector. This reveals the content and the edit link. Then I can edit the content to correct issues caused by <li> elements not nested in <ul> elements.