<!DOCTYPE html>
<html lang="en" direction="ltr">
<head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>%%%TITLE%%%</title>
<meta http-equiv="Content-Type" content="text/html">
<link rel="stylesheet" href="./page-styles-16.css">
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> -->
<link rel="stylesheet" href="./bootstrap.min.css">
<!-- Optional theme -->
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css"> -->
<link rel="stylesheet" href="./bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="./vw_stylesheet.css">
<link rel="stylesheet" type="text/css" href="./vw_stylesheet_16.css">
<link rel="stylesheet" type="text/css" href="./styles-non-responsive.css">
</head>
<body id="home" class="ind-prt">
<!--Main Nav-->
<div class="nav-wrap non-responsive-navigation navbar-fixed-top">
<div class="head-container">
<input type="checkbox" id="menustate" class="menustate">
<nav id="vwMainNav" class="navbar navbar-expand vw-main-nav">
<a class="navbar-brand" href="https://www.vectorworks.net/">
<img src="./vw-logo-full.svg"
class="img-fluid d-none d-lg-block d-xl-block" width="100%" style="max-width:100%; height:auto; width:100% \9;"
alt="Vectorworks, Inc.">
</a>
<div class="navbar" id="vwMainNavCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="%%%PARTNER_PRODUCTS_URL%%%" %%%PARTNER_STYLE%%%>%%%PARTNER_PRODUCTS%%%</a>
</li>
<li class="nav-item">
<a class="nav-link" href="%%%INSTALLED_PRODUCTS_URL%%%" %%%INSTALLED_STYLE%%%>%%%INSTALLED_PRODUCTS%%%</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<div style="float: right; padding: 20px;">
%%%SUPPORT_MESSAGE%%%
</div>
<!--//Main Nav-->
<div id="container" class="">
<!-- Browser notification for ie. -->
<div id="ie-alert" class="alert alert-dismissible" role="alert" style="background-color:#5391cd;color:#fff;margin-top:-20px;padding-top:5px;padding-bottom:5px;text-align:center;border-radius:0px;display:none;">
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">×</span></button>
For an optimized viewing experience, please view the website on Google Chrome or Mozilla Firefox.
</div>
<div class="main-container" id="contentWrapper">
<div class="main wrapper clearfix">
<div class="row">
<div class="col-xs-4">
%%%CATEGORIES_LIST%%%
</div>
<div class="main-content col-xs-8">
%%%PRODUCT_DETAILS%%%
</div>
</div>
</div>
</div><!-- /.main-container -->
</div>
<div style="padding: 20px;">
<p class="copy-right">
<b>Third Party Content, Products, and Services Disclaimer</b>
<br>
<br>
</p>
</div>
<!--//Footer-->
<footer class="footer non-responsive-footer">
<div class="main-container ">
<div class="row footer-bottom">
<div class="col-xs-6 col-xs-offset-2">
<p class="links">
<a href="https://www.vectorworks.net/legal/privacy">Privacy</a> |
<a href="https://www.nemetschek.com/en/">Nemetschek Group</a>
</p>
<p class="address">MD 21046, USA | Contact Us: 410.290.5114</p>
<p class="copy-right">©.</p>
</div>
</div>
</div>
</footer>
</body></html>
Hello, Is there a way to decrease the size of the footer of this HTML? Tried changing height in CSS stylesheets, but getting large empty space when displaying the page or even footer not displayed. Thanks in advance for suggestions.
Tried changing height, bottom, position parameters in CSS stylesheets without success.