skip to Main Content

Footer Isn't Full Width of Page – Twitter bootstrap

EDIT #4: All of my HTML: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="robots" content="index,follow"> <title>{{var pageTitle}}</title> <link rel="icon" type="image/png" href="{{var protoHost}}FavIconstackoverflow32.png"> <link rel="icon" type="image/x-icon" href="{{var protoHost}}favicon.ico"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">…

VIEW QUESTION
Back To Top
Search