Need help with Flexbox

Hello fellow coders!

I am trying to move my image to the left of my text without using float.

The image in question is nestled within div class=“img2” .
Is there anyway I can do this without using float? I tried using float, but it is not responsive
when viewed on mobile.

Another question I have is =
my h2 id=“sign-up” element, when viewed on mobile, overlaps the p id=“signup” element. How can I fix this?

Thank you for your help!

Link:

1 Like

I fixed the h2 overlapping issue.
Still stuck on the img issue.

Something else came up - my navbar looking weird when viewed through mobile.
Any help would be greatly appreciated!!

Is this on the right track to what you are trying to achieve?
I added a container div around the image and text and made the container display:flex and removed the float left

1 Like

I think this may help you, html - CSS NoWrap on Text - Stack Overflow

1 Like

This is exactly what I needed!
Thank you very much :smile:

1 Like

I’ll try to understand this post more :slight_smile:
Thanks for the link and helping me out with the image issue I had!

1 Like

Let me know if you are still having issues

Will do, thanks once again :smiley:

Hi, camel
Sorry to bug you again, but I am having some issues with responsiveness on mobile.

Issue 1: Navbar does not seem to be working properly still on mobile

Issue 2: I am not familiar with making mobile-friendly sites yet and @media queries are still confusing to me. How to remove this from my site and set a certain width so that I would not be able to scroll to the right and see this blank space?

Issue 3: I have figured out on desktop how to keep the image from breaking apart from the rest of the body – by setting a max-width: 1080px and margin:0 auto; property to the body element in CSS. However, on mobile, even though I used a media query and used flexbox and centered all the elements, the img and text are not aligned with the rest of the page.

Sorry for bugging you so much with these noob questions. I’m still a beginner and I am getting stuck with how to make sites more mobile-friendly.

Oh, and here is my link :slight_smile:

Thank you!

Hey dont worry, the only bugging going on around here are the bugs in your project.

I also misinterpreted the issue with your nav bar, I thought you meant the issue was with the ‘How to use’ button wrapping its text over 3 lines so that prior link will not help :stuck_out_tongue:

I suggest using Bootstrap for your menu, it has a great navbar component that will automatically switch between desktop and mobile menu depending on the screen size.

1 Like

I am not able to scroll to the left or right to see blank space.
Not sure if you have made changes since, but i cannot reproduce this.

1 Like

Again, not sure if you have made changes since but I cannot reproduce this.

It is centered for me and I cannot scroll left or right.

Also I think it is bad practice to set a max-width: 1080px like that on the body element.
What if somebody has a large 4k desktop monitor?

1 Like

Thank you for your reply, Camel!

Yes, I have made a few changes since I posted here :slight_smile:
Thanks for posting a link to Boostrap navbar, I’ll take a look at that and decide whether to implement it in my site after I’m done finishing the rest of my page or whether I should implement it after I’m done with a few other projects, just to make my page look better and more responsive :smiley:

Regarding the max-width: 1080px; , I did not think of 4k displays, thanks for reminding me that some people are actually able to afford such monitors! haha

Anyhow, I dont know how to thank you enough. I’m just gonna give you likes on all your posts here :smiley:

1 Like

Simply saying “thank you” is more than enough!

The more I help other people the more I learn too :slight_smile: so thank you.

And thank you for detailing your issues in a way that is easy to read and comprehend. It can be quite hard to explain to others what you are trying to achieve through text and screenshots.

1 Like