This is re:398 nature template
I'm using CC, if that matters.
I'm amateur, please be kind If you will kindly reference the template, I will compensate with appreciation.
Problem A.) I have tried for HOURS--cannot make this image fill the page (I plan to have a different background image on different pages). I read around and pasted in it's exact size, etc. It doesn't move and it's cut off top & bottom. Left & right are perfect. Here is where I am so far:
<div class="image-section">
<div class="image-container">
<img src="images/cover_A.jpg" id="home-img" class="main-img inactive" alt="Home" height="2700" width="3946" >
<img src="images/main_modified.jpg" id="about-img" class="inactive" alt="About">
<img src="images/main_modified.jpg" id="news-img" class="inactive" alt="news">
<img src="images/main_modified.jpg" id="excerpt-img" class="inactive" alt="excerpt">
<img src="images/main_modified.jpg" id="purchase-img" class="inactive" alt="Contact">
</div>
</div>
.image-section {
position: fixed;
}
.image-container {
position: relative;
max-height:2700px;
max-width:3946px;
padding: 100px 5px 2px;
}
.image-container img {
position:relative;
height:2700px;
width:3946px;
padding: 100px 5px 2px;
}
Problem B.) This somewhat transparent block..I need to move it. I can't figure out what it's called and Dreamweaver hardly lets me select it.
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12 col-xs-12 col-lg-offset-6 col-md-offset-6 templatemo-content-wrapper">
<div class="templatemo-content">
<section id="home-text" class="active templatemo-content-section">
I'm not even sure if this applies to it:
.templatemo-site-title a, .templatemo-site-title a:hover {
color: #fff;
text-decoration: none;
font-family: raleway;
font-weight: 500;
font-size: 37pt;
font-style: normal;
}
img.slide {
width: 100%;
z-index: -9999999;
position: absolute;
}
.active {
display: block;
}
.inactive {
left: 703px;
display: none;
}
Problem C.) Probably simple: I was able to get the menu horizontal (actually through this forum's help) how can I get it to center on the top of the page?
.menu {
position: fixed;
width:auto;
z-index: 1;
top: 28px;
}
#menu-list {
background-color: rgba(0, 0, 0,0.5);
font-size:18px;
padding: 0;
float: left;
list-style: none;
width: 100%;
}
#menu-list > li {
float:left;
}
#menu-list > li > a {
font-family: 'Raleway', sans-serif;
padding: 10px 50px 10px 50px;
text-decoration: none;
display: block;
color: #fff;
font-weight:bold;
}
If this is totally messed up (possibly a great chance of this..), don't be shy to politely ask or see the template! I am desperate and will reply immediately. THANKS SO MUCH! The floating white square (I want to use it on some pages, but in a different place) and the image being cut off are particularly painful. I am sure I'll run into other things, but I have exhausted my time on the problems above and am stuck