Another piece of info:
when I “view source” of my webpage, I find that near the top of my source code, inside the <head> tags, I get the CSS snippet that says html { min-width: 1200px; } and I can’t find where I can change this at all. Any help would be greatly appreciated, thank!
I put some of the code that was above and below to maybe give you a reference point of where this code is being registered.
<script type="text/javascript">var ajaxurl = 'http://localhost/wordpress/wp-admin/admin-ajax.php';</script>
<script type="text/javascript">
var ajaxurl = 'http://localhost/wordpress/wp-admin/admin-ajax.php';
</script>
<style type="text/css">
html {
min-width: 1200px;
}
[class*="span"] {
float: left;
min-height: 1px;
margin-left: 30px;
box-sizing:content-box!important;
-moz-box-sizing:content-box!important; /* Firefox */
-webkit-box-sizing:content-box!important; /* Safari */
}
.sidebar {
box-sizing:border-box!important;
-moz-box-sizing:border-box!important; /* Firefox */
-webkit-box-sizing:border-box!important; /* Safari */
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
width: 1170px!important;
max-width: none!important;
}
#header .is-sticky .sticky-header {
width: 100%!important;
max-width: none!important;
}
.span12 {
width: 1170px;
}
.span11 {
width: 1070px;
}