How To Build A Responsive Website In Webflow

  Рет қаралды 35,698

Arnau Ros

Arnau Ros

Күн бұрын

Пікірлер: 89
@ArnauRos
@ArnauRos 2 жыл бұрын
Do you still build using pixels? 👇
@Leon-dv5mz
@Leon-dv5mz Жыл бұрын
Great Video! Could you give us the link for the template so we can try it by ourselvs to convert the pixel website to a responsive one 🙏
@osanda.design
@osanda.design Жыл бұрын
Nope, not again. I was Frustrated by different kind of sizes. It won't problem be a problem again. thanx man🤝
@stacheyweb
@stacheyweb Жыл бұрын
As a beginner, one of the biggest problems I’m facing is responsiveness and scaling, this helped a lot thank you very much!❤
@judithcreates
@judithcreates Жыл бұрын
This was very helpful!! Thank you so much! I wish i saw this before building my first webflow site completely with pixels haha now I know!
@meowmads
@meowmads Жыл бұрын
This has been a lifesaver for me, I was really struggling to grasp this morning. Thanks a LOT for this.
@ziggerwebdesign1704
@ziggerwebdesign1704 Жыл бұрын
I totally agree and wrote a blog about stop using pixels a few years ago. Also useful to set the body text size as 1 REM - respect the user!
@ElBeeEss
@ElBeeEss Жыл бұрын
Five stars from this old student to a great teacher. Thank you! x
@ArnauRos
@ArnauRos Жыл бұрын
Wonderful! Glad it was helpful :)
@sdnetwork4423
@sdnetwork4423 Жыл бұрын
thanks a lot sir... I got soooo cleared about responsiveness and seriously it was sooo helpful. your voice tone , speaking and teaching style is great.. thx BOSS .
@ArnauRos
@ArnauRos Жыл бұрын
Thanks for watching!
@dee6176
@dee6176 Жыл бұрын
Just watching this video and it has helped me simplify rem and VW terms and usage
@ArnauRos
@ArnauRos Жыл бұрын
Great!
@IlonaJosiane
@IlonaJosiane 2 жыл бұрын
I am learning so much with watching your videos . Thank you so much for sharing this amazing source of information.This one is quite helpful.
@ArnauRos
@ArnauRos 2 жыл бұрын
Glad it was helpful!
@lilbitcoin4507
@lilbitcoin4507 4 ай бұрын
going from wordpress to webflow but made the learning curve for a client project with a deadline. building out the website and desktop is starting to look goog but I finally checked the mobile version and it was a mess. this video is going to save me a huge headache just wished I knew this before building out so I could have implemented on my first try lol thanks for this def subbed and liked
@TheBClark88
@TheBClark88 Жыл бұрын
I can see how you could use rem, but this doesn't really make it clear why I would use it. Unless I'm going to change my rem size at some point, this just seems to add an extra step. Even if we said that rem was 16 on desktop and 12 on mobile, this doesn't necessarily help because mobile spacing and scales vary a lot more than that simple division. The other supposed advantage to rem is for accessibility, but once a user is upscaling all the type on your site all the styling is going out the window anyway.
@delveticas
@delveticas Жыл бұрын
absolutely agreed, using pixels is better and way easier
@CaioGonzalez
@CaioGonzalez Жыл бұрын
Love that! I was already aware of the concept of REM with Body font size for design system purpouse but never thought about how to implement it in webflow for responsiveness! Greate video :)
@ArnauRos
@ArnauRos Жыл бұрын
Thanks for watching Caio!
@mdalamgirkabir2751
@mdalamgirkabir2751 2 жыл бұрын
I am confused !! what is the best for responsive EM or REM?
@someonetookmynick
@someonetookmynick 2 жыл бұрын
was just looking for an explanation about this last week, thanks Arnau!
@iamshirleyt
@iamshirleyt 2 жыл бұрын
Thanks! I converted to percentages a while ago but was still applying pixels to fonts
@BetterToday-y
@BetterToday-y Жыл бұрын
Insanely useful video, thanks!
@ArnauRos
@ArnauRos Жыл бұрын
Glad it was helpful!
@shiraz3209
@shiraz3209 Жыл бұрын
Thank you for this video! It's very helpful for me as a beginner.
@Xavier.Cubbin
@Xavier.Cubbin 2 жыл бұрын
Thanks for this video, it's been super useful for me ! Please keep up the good work !
@Alexaaaaxyz
@Alexaaaaxyz 2 жыл бұрын
Thank you so much for this video!! I finally understand how it works and how it is used
@Leon-dv5mz
@Leon-dv5mz Жыл бұрын
Great Video! Could you give us the link for the template so we can try it by ourselvs to convert the pixel website to a responsive one 🙏
@rickbossenbroek
@rickbossenbroek Ай бұрын
Pro tip: If you use this piece of code, you can make it easier to “convert” it to REM. html { font-size: clamp(62,5%, 1vw, 75%); } 62,5% equals 10 out of 16. So instead of figuring out the right REM value, you just devide the Figma value by 10. 10 Rem = 100 pixels. And due tot the clamp to 75%, the website even scales a bit for larger screens.
@ArnauRos
@ArnauRos 21 күн бұрын
nice ! thanks for this
@EnderEclipz
@EnderEclipz Жыл бұрын
OH my goodness! thank you so much for the tutorial. Very helpful!
@ArnauRos
@ArnauRos Жыл бұрын
Glad it was helpful :)
@JanThomassen-x5q
@JanThomassen-x5q Жыл бұрын
What is the purpose of REM if it is based on pixels? I understand that you can affect everything equally just by changing the root element value from for instance 16px to 20px, but other than that?
@ArnauRos
@ArnauRos Жыл бұрын
REMs are great for accessibility, when the user decides to change the way the site looks your design will scale with it
@seatslider
@seatslider 6 ай бұрын
What about the pitcure on the right that disappears on smaller phone viewport? Where is it going?
@ArnauRos
@ArnauRos 6 ай бұрын
it gets so small that you cant see it anymore, if you use rems or % its better
@johnleighdesigns
@johnleighdesigns 2 ай бұрын
ive been trying to create a hero section with large background image with text on lext side and main image content on right - im going to try the REM approach though noticed in your mobile breakpoints you got rid of the image completely - guessing thats just a style choice
@jo69123
@jo69123 Жыл бұрын
How do you import Figma Effects or complex SVG elements created in Figma into webflow effectively?
@ArnauRos
@ArnauRos Жыл бұрын
You can export svgs in Figma and upload as an image
@sinanouri5035
@sinanouri5035 11 ай бұрын
Thanks for the tutorial, Do you use REM for all your projects? or are there specifics?
@ArnauRos
@ArnauRos 11 ай бұрын
i always use rem, never pixels anymore. sometimes vw and %
@ejugwucletus4268
@ejugwucletus4268 9 ай бұрын
thank you bro u saved me a lot of stress
@ArnauRos
@ArnauRos 9 ай бұрын
here to help!!
@LaraColor-g4p
@LaraColor-g4p 10 ай бұрын
super helpful. thank you!
@ArnauRos
@ArnauRos 10 ай бұрын
Glad it was helpful!
@seb-astian-design
@seb-astian-design Жыл бұрын
can u tell us how to get into the x-ray mode?
@ArnauRos
@ArnauRos Жыл бұрын
shift command x!
@tristenvukelich5280
@tristenvukelich5280 Жыл бұрын
Why did you place a text div inside of your lef div. Why not directly place your elements into your left div?
@ArnauRos
@ArnauRos Жыл бұрын
I could've done that as well! It would've been easier to click on the div and spawn in the element I wanted, I just took the long approach.
@createwithshanice
@createwithshanice 8 ай бұрын
Tell me why I thought all the other units were dumb and that pixels are the best. Now I realize this is why I'm struggling with site restiveness
@ArnauRos
@ArnauRos 8 ай бұрын
happens to all of us!
@kazim6957
@kazim6957 Жыл бұрын
very helpfull thank you so much for explaining 🙏
@ArnauRos
@ArnauRos Жыл бұрын
Thanks Kazim!
@mateusvidal3187
@mateusvidal3187 2 жыл бұрын
Wow!! What amazing video, haha Do you use this logic in every responsive building or there are some exceptions?
@abdul_wahab0
@abdul_wahab0 2 жыл бұрын
i wish you have millions subs its worth content 😍
@mikerumble47
@mikerumble47 2 жыл бұрын
Hugely helpful!
@vicbarreto2866
@vicbarreto2866 2 жыл бұрын
very helpful, thank you so much!!!
@eslamdiaa8532
@eslamdiaa8532 Жыл бұрын
Can we do our designs in pixel then convert it to rem at the end ?
@ArnauRos
@ArnauRos Жыл бұрын
sure!
@goldenant9450
@goldenant9450 Жыл бұрын
i cant seem to find an answer as to how to actually take advantage of rem being responsive . by default 2 rem on desktop remains 2 rem on mobile. i've used a clonable site and seen it change, but how do you set this up? im missing that key piece of info. and is it only responsive per different breakpoints or is it responsive per screen size (ie iphone12max vs iphone se)
@ArnauRos
@ArnauRos Жыл бұрын
Bascially, REM allows your site to scale according to the root html element. This is set by default by the user's preference inside the browser. By default most people's will be 16px. Let me know if that helps
@goldenant9450
@goldenant9450 Жыл бұрын
thanks for the reply. i've learned a lot this week about rems and have a bit more understanding. i was expecting that if i used rems in webflow, as the designer i would see differences in the webflow side panels - like it would automate my workflow in a way - this is bc i assumed the root size for desktop and mobile were different (creating a scale down that i could see in the styles panel as the designer). But it seems it doesn't change your workflow at all. its strictly about the end users browser settings. is this correct?
@danielgriffiths4031
@danielgriffiths4031 2 жыл бұрын
Great content!
@jevgenisuija
@jevgenisuija 10 ай бұрын
Great!
@ArnauRos
@ArnauRos 10 ай бұрын
Glad you lkied it!
@goldenant9450
@goldenant9450 Жыл бұрын
i don't understand how REM is better from you demo. you're still choosing one static size. If i set a font or image to 1 rem, it remains 1rem (16px) as you adjust the screen size. just as it would if you used 16px. I do understand REM is responsive in the case where a user may chose larger/smaller test from their device, but you didn't mention this. Is there more to it?
@momenahmed7676
@momenahmed7676 2 жыл бұрын
thanks for video Arnau, Can u do one about best chrome extentions please 😸
@ArnauRos
@ArnauRos 2 жыл бұрын
I have one already! :)
@artech5539
@artech5539 2 жыл бұрын
Bro what do you think about Bias concepts in ux.designing. Is it just a thing that we need to know as ux designer (or) Do we need to consider it as part of everything in the whole ux journey ?
@ArnauRos
@ArnauRos 2 жыл бұрын
Defintely important! Might make a video :)
@artech5539
@artech5539 2 жыл бұрын
@@ArnauRos that would be great, and I appreciate that bro.
@j.espinosa
@j.espinosa 2 жыл бұрын
Muy interesante el vídeo y útil. Una pregunta Arnau, no te referías a EM's en lugar de REM's para que el texto escale responsivamente?
@ArnauRos
@ArnauRos 2 жыл бұрын
EM solo es relativo al parent element, REM se refiere al root html.
@j.espinosa
@j.espinosa 2 жыл бұрын
@@ArnauRos Entonces cuando debería usar REMs o EMs? Y porque usarias EMs en algunos casos?
@vesto6864
@vesto6864 2 жыл бұрын
Thanks 😊
@angelova.nikoleta.design
@angelova.nikoleta.design 7 ай бұрын
I find it easier using em for margin and padding ngl but the conversion from px is a bit of a hassle 😂
@ArnauRos
@ArnauRos 7 ай бұрын
it takes time yep! worth it though
@bv2999
@bv2999 10 ай бұрын
Seems to me that a company like WebFlow could just have a universal setting to construct in unit of your Choice with ability to modify individual components if needed. ie - just click the "Prefered Unit = REM" button
@ArnauRos
@ArnauRos 10 ай бұрын
I wouldve preffered that
@jayellwood
@jayellwood Жыл бұрын
Schlap them keys 😂
@frankbutler6503
@frankbutler6503 Жыл бұрын
Hey Arnau, a good video. Thanks for that. But I can‘t really follow your voice, because I only hear the restless background. :-(
@ArnauRos
@ArnauRos Жыл бұрын
Sorry about that Frank, take a look at some of the newer videos they are better sounding
@DiegoAlexanderOfficial
@DiegoAlexanderOfficial Жыл бұрын
But you didn’t really explain why you chose rem instead of percentages and why that even exists. It was also unclear why you changed all of the margins to rem? Explanation felt a little scattered and incohesive for me.
@ArnauRos
@ArnauRos Жыл бұрын
Apologies for that - REMS are great for accessibility standards. It’s size is based off the root html element, which means if the user decides to increase font sizes in their browser settings your site will scale for them. Not only that but it will make your building easier as it will scale the designs accordingly to the root html size. Hope this helps!
@LordJHouse
@LordJHouse Жыл бұрын
Great advice, however, I could only make it through part of the video due to the music in the background. It gets kinda chaotic and stressful listening to both while trying to learn something new. In any case, I like the subject matter of the videos you've been putting out.
@ArnauRos
@ArnauRos Жыл бұрын
Noted!
@sbylk99
@sbylk99 9 ай бұрын
you save my day, or my ass
@ArnauRos
@ArnauRos 9 ай бұрын
hahah here to help!
The BEST Webflow Plugins and Extensions
11:45
Arnau Ros
Рет қаралды 33 М.
6 Webflow Micro Interactions You Can Clone Today
6:33
Arnau Ros
Рет қаралды 66 М.
Master Responsive Layouts Using Figma and Webflow
10:29
Arnau Ros
Рет қаралды 12 М.
Dominate Webflow with These 10 Expert Custom CSS Tips!
10:26
5 Secret Webflow CSS Tricks Every Designer Must Know
6:22
Arnau Ros
Рет қаралды 3,4 М.
Top 5 Webflow Interactions That Can Spice Up Your Site
6:44
Arnau Ros
Рет қаралды 80 М.
How to Save HOURS When Optimizing For Mobile In Webflow
8:41
Alex Leischow
Рет қаралды 9 М.
Indian web design: cheap, but it works. Here's why
9:58
Phoebe Yu
Рет қаралды 461 М.
Why use REM Typography in Webflow
17:11
Flux Academy
Рет қаралды 23 М.
How To Build ANYTHING in Webflow (Endless Possibilities)
14:01