Need help with my layout responsiveness.

Hey, im making a website for a group that i have with some friends but im not able to get the layout to be responsive (NOT talking about on mobile) The problem: The problem is that when i resize the page on my browser (chrome) horizontally and/or vertically, it doesn't look very nice. Elements like images and text are overlapping and changing position when they should be static. The original design that i was looking for was a clean and nice 2 column layout that would be good for both images and text at the right or at the left side. This design i based of of a design that i made in figma. I tried to fix the issue several times but it doesn't work and i thought the best would be to join this discord server and get some help. Thanks, Kion.
55 Replies
Jochem
Jochem•2mo ago
please share at least something. Code, a figma design, screenshots... ideally, like described in #how-to-ask-good-questions, you should share a minimal live example in something like codepen or even just a live hosted version of your site
Filip160
Filip160OP•2mo ago
Please don't share this with anyone as the website is not uploaded yet as im still trying to get it to work. Owned by BMR Space (Other screenshots from figma as well.)
Jochem
Jochem•2mo ago
You should be aware that we use Answers Overflow, and our questions are indexed. From the posting guidelines:
This server uses Answer Overflow to index content on the web. By posting in this channel your messages will be indexed on the web to help others find answers.
Filip160
Filip160OP•2mo ago
ok just please don't share the code or design of this as it's owned by BMR Space
Jochem
Jochem•2mo ago
I'm saying the indexing is automatic, you may want to remove any copyrighted material
Filip160
Filip160OP•2mo ago
yeah it's copyrighted by me. BMR is owned by me
Jochem
Jochem•2mo ago
the way this works is that there's a bot that looks at all the posts and puts them up on here: https://www.answeroverflow.com/c/436251713830125568
Kevin Powell - Community Community - Answer Overflow
A friendly place for developers to meet other devs, ask questions, get help, and just have a good time 🙂.
Jochem
Jochem•2mo ago
so there's no active sharing of your content, but it's available online and indexable by search engines
Filip160
Filip160OP•2mo ago
ok it's ok, but i don't allow the sharing of the code or design thanks
b1mind
b1mind•2mo ago
It's best if you make a minimal demo of your issue then and put it in a code pen or something.
Filip160
Filip160OP•2mo ago
ok i just need some help with this it's not very urgent but i would like to know how to fix it. Also im very new to this so there is a few things i'm familiar
b1mind
b1mind•2mo ago
Right but we have no clue what this is 🔮 I will say the easier you make it to get help the more help you will get #how-to-ask-good-questions
Filip160
Filip160OP•2mo ago
yeah but what did i do wrong?
b1mind
b1mind•2mo ago
Also #learnGrid if you haven't
Filip160
Filip160OP•2mo ago
ahh ok lol
snxxwyy
snxxwyy•2mo ago
We can’t tell because you haven’t shared the code.
Filip160
Filip160OP•2mo ago
ive shared the code here lol It has everything. HTML & CSS.
b1mind
b1mind•2mo ago
That's more work for us Make it less work
snxxwyy
snxxwyy•2mo ago
okay fair enough. But as b1 said, it’s best you minimise what you’re showing us so we can find the issue quicker
b1mind
b1mind•2mo ago
I.e. live code examples Minimal examples are best
Filip160
Filip160OP•2mo ago
but i don't know whats the issue thats why im asking lol oh hold on give me a sec
Filip160
Filip160OP•2mo ago
here
No description
Filip160
Filip160OP•2mo ago
the layout is kinda bad like in full screen looks good but when minimized the page is very bad
snxxwyy
snxxwyy•2mo ago
It seems like you’re using a lot of position absolute which would be why
b1mind
b1mind•2mo ago
Again 🔮 Oh yea learn grid then flex don't use absolute positioning for layout
Filip160
Filip160OP•2mo ago
nop
No description
snxxwyy
snxxwyy•2mo ago
It wouldn’t be written like that
Filip160
Filip160OP•2mo ago
ahh ok
snxxwyy
snxxwyy•2mo ago
position: absolute;
Filip160
Filip160OP•2mo ago
so should i use grid
Filip160
Filip160OP•2mo ago
yeah nop
No description
Filip160
Filip160OP•2mo ago
hmm idk lol
snxxwyy
snxxwyy•2mo ago
Either that or flexbox, it depends what layout you’re going for
Filip160
Filip160OP•2mo ago
2 columns like this
No description
snxxwyy
snxxwyy•2mo ago
Well you could either use grid or flex for that, any other sort of special functionality you’re going for?
Filip160
Filip160OP•2mo ago
but i wanna make it flexible for both the image on the right like on the example above or this one where the image is on the left.
No description
Filip160
Filip160OP•2mo ago
i used flex
No description
snxxwyy
snxxwyy•2mo ago
Yeah I’d probably use flex then, you can make it a customisable component and add a reverse variant using flex direction
Filip160
Filip160OP•2mo ago
btw i love this trick that Keven told in one of his videos
No description
Filip160
Filip160OP•2mo ago
yeah but i think that's what im using im not sure im not very nerdy when it comes to coding
Filip160
Filip160OP•2mo ago
another example of what's happening rn
No description
Jochem
Jochem•2mo ago
this kind of stuff is almost impossible to diagnose without folks being able to see what's going on in their own browsers. That's why people have been asking for a minimal example or a hosted live site
Filip160
Filip160OP•2mo ago
full screen looks perfect, but not on other sizes like i showed
No description
b1mind
b1mind•2mo ago
🔮
Jochem
Jochem•2mo ago
you're basically going to a mechanic and showing them pictures of a car that doesn't work
b1mind
b1mind•2mo ago
Look into flex wrap inside a media query maybe
Filip160
Filip160OP•2mo ago
dude im new to this, what do you mean with minimal example. im sorry im just not understanding can you guys please be patient with me...
Jochem
Jochem•2mo ago
a minimal example is the minimum amount of code and images you need to reproduce the problem
Filip160
Filip160OP•2mo ago
i have not media query currently only made for desktop currently
b1mind
b1mind•2mo ago
I mean... Exactly? So use a media query and add flex wrap It's a start 😶
Filip160
Filip160OP•2mo ago
ok will try that thanks 🙂
Filip160
Filip160OP•2mo ago
what do i put here? how should be the format? idk what size to put here
No description
Jochem
Jochem•2mo ago
I'd recommend watching some tutorials on media queries maybe follow Kevin's Conquering Responsive Layouts course
Jochem
Jochem•2mo ago
Kevin Powell
Conquering Responsive Layouts
Are you ready to take the challenge and finally figure out responsive layouts?  Click the button below and jump in!
Filip160
Filip160OP•2mo ago
will try later

Did you find this page helpful?