Content Background in front of content-Android
  • kenwkenw
    September 2012
    On an Android the content background comes forward blocking the content, and logo image. Oddly the menu shows. Is there a z-index setting which would fix this?
  • mikemike
    September 2012
    Can you post a screenshot along with your device and os version? All of the container CSS is located in /CSS/standard.css. The section should be commented for all the containers.
  • kenwkenw
    September 2012
    I found the solution to the background coming forward on Android devices.
    Add the z-index code here:
     
    /* MAIN STYLES */
    #box-container {position:absolute; width:100%; top:50%; z-index:4; }
    .content-container {float:right; display:inline-block; width:650px; padding:60px 50px 0px 0px; position:relative; z-index:5;}