I'm struggling to articulate what I need, but I'll give it a shot. I want to vertically align three different elements, each wrapped in their own divs. This is my current code:
.service_info {
margin-top: 45px;
clear: both;
background-color: #ffffff;
font-family: "source-sans-pro", sans-serif;
}
.title_text_serviceinfo {
margin-top: 85px;
margin-left: 60px;
padding-bottom: 20px;
color: #333132;
font-size: 24px;
font-family: "source-sans-pro", sans-serif;
}
.service_info_times {
margin-top: -110px;
margin-left: 200px;
font-size: 18px;
line-height: 175%;
border-left: 5px solid #0b496f;
padding-left: 20px;
color: #333132;
}
.service_info_events {
postion: fixed;
left: 300px;
top: 20px;
font-size: 18px;
line-height: 175%;
color: #333132;
}
<!--Service Information-->
<section class="service_info">
<h2 class="secondary_header"> When We Gather </h2>
<h3 class="title_text_serviceinfo"> Sunday </h3>
<div class="service_info_times">
<ul>
<li>7:00am</li>
<li>8:30am</li>
<li>9:00am</li>
<li>10:15am</li>
<li>4:00pm</li>
</ul>
</div>
<div class="service_info_events">
<ul>
<li>Men's Prayer</li>
<li>Fellowship Time</li>
<li>Sunday School</li>
<li>Worship Service</li>
<li>Revolution Student Ministries</li>
</ul>
</div>
<h3 class="title_text_serviceinfo"> Monday </h3>
<div class="service_info_times">
<ul>
<li>6:00pm</li>
</ul>
</div>
<div class="service_info_events">
<ul>
<li>Precept Bible Study</li>
</ul>
</div>
<h3 class="title_text_serviceinfo"> Tuesday </h3>
<div class="service_info_times">
<ul>
<li>9:15am</li>
</ul>
</div>
<div class="service_info_events">
<ul>
<li>P.E.A.R.L.S. (Lady's Ministry</li>
</ul>
</div>
<h3 class="title_text_serviceinfo"> Wednesday </h3>
<div class="service_info_times">
<ul>
<li>7:00am</li>
<li>7:00pm</li>
<li>7:00pm</li>
<li>7:00pm</li>
</ul>
</div>
<div class="service_info_events">
<ul>
<li>Stronger Senior</li>
<li>CLC</li>
<li>Club 56</li>
<li>House of Prayer</li>
</ul>
</div>
</section>
Any help in fixing other errors would be greatly appreciated as I am new at coding websites.
To see an image of the final product I'm aiming for, please visit: fujifame.com/art260/