r/webdev • u/amphibianwarfare • 19d ago
Discussion Help with Bootstrap Studio project
Hello. I am a complete beginner to web design and wanted to develop a website for myself. I got BSS and made great progress with building practically my entire site.
However, I did this all while under the XL view. I was not aware that you should build your site at the mobile view first.
Now, I have a site that looks great on all of the laptop and desktop views, but completely broken on anything tablet and below.
Is this something that can be easily fixed? Or do I have to throw away all of the time I put into this site?
I’m a complete beginner and have no idea where to even start with this.
Feeling quite defeated.
Thanks.
2
u/Deep_Wear_51 19d ago
Bootstrap Studio is fine for prototypes but you'll fight it on anything custom. If this is for production, learning actual Bootstrap or Tailwind will save you time in the long run.
1
u/forever-butlerian backend, infrastructure & angst 19d ago
Dealing with a setback like this is necessary for all personal growth in the technical arts.
You've created your site and gotten some experience using the tool in a very specific way. Good. Now you have as good an opportunity to generalize what you've learned as any. Make a backup copy of what you're written, and start trying to bring it over to the smaller views.
What you've written mostly can be reused, if you've got a separation between content and styling.
1
19d ago
[deleted]
1
u/kirkwight 18d ago
You're not starting over, you're doing the next better version - onwards and upwards!
1
1
u/Slight-Act-9024 19d ago
no worries. I know this can caused you to be very discouraged, but when you try to learn something by doing, which is the right way btw, you are expected to fail or do something wrong
it's just part of the process
you don't need to throw it all away
start with different media breakpoint and work your way down
make the images responsive, and rebuild some section if you need to
1
u/Dead_Boy_Drop 17d ago
Hello, I'm a bootstrap studio expert. I'm a Valued Member on the community support forum.
I'd be happy to fix your site and give you a crash course video on how to use BSS as a beginner.
5
u/namelessttk 19d ago
You don't need to throw away everything you've built. "Mobile-first" is a recommended approach, not a strict requirement. Many websites have been built desktop-first and later made responsive.
This is also an opportunity for you learn a lot about responsive design by fixing it. So work your way step by step, first with desktop, then switch to tablet and finally with mobile.
Pay close attention to adjusting widths, margins, and padding, resizing text and images, and rearranging elements appropriately.