css and template not able to reposition editable region
Ok so I've got this inherited template mess and im trying to move the editable region up an and nope it wont move by any method i know lone everything up and well its not responding
they had a template lock issue and well this is what's left
I've included the template file so you can have a look at it
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- TemplateBeginEditable name="doctitle" -->
<title>Filidh publishing</title>
<!-- TemplateEndEditable -->
<link href="../css/bootstrap-4.0.0.css" rel="stylesheet" type="text/css">
<link href="../style.css" rel="stylesheet" type="text/css">
<!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.--><script>var __adobewebfontsappname__="dreamweaver"</script><script src="https://use.edgefonts.net/actor:n4:default;give-you-glory:n4:default;aguafina-script:n4:default;aladin:n4:default;alex-brush:n4:default;allan:n7:default.js" type="text/javascript"></script>
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
</head>
<body style="padding-top: 75px">
<nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light navlist">
<a class="navbar-brand" href="#">Filidh Books</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent1" aria-controls="navbarSupportedContent1" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button>
<ul class="navlist">
<li class="navlistitem"><a href="../index.html">Home</a> </li>
<li class="navlistitem"> <a href="../rising.html">Author Directory</a> </li>
<li class="navlistitem"> <a href="../more.html">Readers' Forum</a></li>
<li class="navlistitem"> <a href="../tips.html">Writers' Forum</a> </li>
<li class="navlistitem"> <a href="../anthologies.html">Anthologies </a> </li>
<li class="navlistitem"> <a href="../shopping.html">Shopping</a> </li>
<li class="navlistitem"> <a href="../services.html">Events</a></li>
<li class="navlistitem"> <a href="../Contests.html">Contests</a></li>
<li class="navlistitem"> <a href="../about.html">About us</a> </li>
<li class="navlistitem"> <a href="../Contact.html">Contact us</a></li>
</ul>
</nav>
<aside >
<h1>Filidh Publishing</h1>
</aside>
<aside class="asideleft"><div id="extraContent"><!-- TemplateBeginEditable name="EditRegion6" -->
<div class="contentContainer">
<h5><br>
<b><span style="font-family: "Arial","sans-serif"; color: black;">Come
see us and meet local authors at our Double Dog Dare Open Mic events.</span></b><span style="font-weight: bold;"><font face="Arial" size="3"><br>
<a class="twitter-timeline" data-width="100" data-height="100" href="https://twitter.com/Filidhbooks?ref_src=twsrc%5Etfw">Tweets by Filidhbooks</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<a href="https://twitter.com/filidhbooks" class="twitter-follow-button" data-show-count="false">Follow
@filidhbooks</a> <a href="https://twitter.com/intent/tweet?button_hashtag=takethedare" class="twitter-hashtag-button" data-related="filidhbooks">Tweet
#takethedare</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^https:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</font></span></h5>
</div>
<!-- TemplateEndEditable --></div>
</aside>
<section class="sectionright"><!-- TemplateBeginEditable name="EditRegion5" -->
</section>
<h2>Testing</h2>
<script src="../js/jquery-3.2.1.min.js"></script>
<script src="../js/popper.min.js"></script>
<script src="../js/bootstrap-4.0.0.js"></script>
<!-- TemplateEndEditable -->
</body>
</html>
