We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is very beautiful template, is it possible to have a footer on the end of the page ?
This is where I'm at right now:
<ul> <li class="scroll-to-link active" data-target="<%= menu.contents[0] %>"> <a><%= menu.contents[0] %></a> </li> <li class="scroll-to-link" data-target="<%= menu.contents[1] %>"> <a><%= menu.contents[1] %></a> </li> <li class="scroll-to-link" data-target="<%= menu.contents[2] %>"> <a><%= menu.contents[2] %></a> </li> <a class="to-end" href="/thanks">Thanks</a> <li> <a href="/">Homepage</a> </li> </ul>
So I've added an element to the list of ul#li and styled that with:
ul#li
.to-end { position: absolute; bottom: 0; size: 1rem; }
It looks fine, but not on the phone size screens. Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is very beautiful template, is it possible to have a footer on the end of the page ?
This is where I'm at right now:
So I've added an element to the list of
ul#li
and styled that with:It looks fine, but not on the phone size screens.
Thanks
The text was updated successfully, but these errors were encountered: