I cant seem to figure out why the 2nd to last cant be seen. (before the gray one)
http://coronadofol.org/new/about.php
There should be three black boxes after the testimonials section
Hints?
Try this for starters.
style.css (line 2302)
.box-text {
/* left: 0; /* unnecessary */
padding: 20px 50px;
/* position: absolute; /* Delete Me. */
text-align: center;
/* top: 50%; /* unnecessary */
/* transform: translateY(-50%); /* Delete Me. */
width: 100%;
}
Read that absolute positioned elements are removed from the flow of the page.
Just curious… Why so many floats? Old framework?
1 Like
yes, its a template I bought I thought was good, o well, live n learn
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.