Looks to me like it’s missing the outer container that would vertically center the inner container.
You’re right, it’s not vertically centered.
How do I do that? And where do I put it?
I’ll be back. and thanks.
I wonder what you have tried first.
I would also like to know your background and your knowledge. To be honest, I feel like we’re doing your homework. And I hope that’s not the case. But your questions are… generic, too open. And it is so hard to help someone when the question is not specific enough.
Not only that but the same question has been asked and answered in several other threads on this forum. The OP in this case seems to like opening dozens of threads and asking hundreds of almost meaningless questions making it harder and harder to find the meaningful questions that others are asking so as to actually provide help to those who are at least trying to learn for themselves.
To be fair, it has been only 18 topics in 6 days.
Yes, hard enough so that I’m taking a break from trying to keep up.
Considering the endeavor is “recreational” it has the hallmarks of someone driven by a short deadline.
Instead of cross-posting a question into uselessness try annotated screenshots as I suggested here
Considering that our volunteer activity here is “recreational”, too, a willingness to “help us help you” would be appreciated.
How would I add an outer container?
It’s a pain to keep scrolling down when there’s over 1 hundred posts.
I made a new topic for a specific question, that’s all.
We are not objecting to a new topic for a new question, we are objecting to a new topic for a question that was opened in another topic and is being worked on there.
The forum software always takes the user to a last post that was read in the topic.
I thought it was being worked on in here cause I made a topic for this specific question, and this question only. That wasn’t the code I was working on, the one in the other thread was to a different code I’m no longer pursuing.
That’s why I made a new topic for this current code which wasn’t mentioned in the other topic thread.
And I posted a link on the other topic to redirect to here, so it’s not so confusing.
When there’s over 100 posts it gets confusing.
I don’t understand how to make an outer container, isn’t this the container?
<div class="container"
>
What other container do I need?
Will this code work?
Like that
<div class="Aligner; container">
or,
Like this:
<div class="Aligner">
<div class="container">
or this:
<div class='container' 'Aligner'>
I will have to study it to see how it works before I can say. Off hand, it looks OK, but it is not what I anticipated from flexbox. I know that you don’t have any patience, so I don’t know whether or not to use my time investigating a solution for you. Solutions take time. You bounce.
I have patience, I’m just searching to figure out a way to do this.
I appreciate all your help, I wouldn’t have been able to get this far were it not for it.
Can you post a link to your current code, please? (not blogspot) I want to copy it into a working page.
Have you got rid of the meaningless tables and replaced it with semantic HTML yet? There are so many threads and so many posts in each that it is becoming extremely difficult to keep track.
Until you get proper semantic HTML wrapped around your actual content you should forget about how you want the page to look at different resolutions.
Current Code: