hey tobi, numerous people have attempted to cover this and have; as you said either got it wrong or made a bal..... of explaining it. youve done a super job, this is bang on the button. I do hope elementor users get to see this as its absolutely a best practice for development responsive websites. Congrats. Liked and subscribed. Suggestion, to pair with this if you could get time to cover the best practice relating to loading fonts (i.e. disabling google fonts and properly loading your own) covering how to do it properly and benefits of woff2 over ttf etc etc. good luck and thanks again.
Hey AidenJoyce! Thanks for the review! I appreciate that a lot. The way to get Elementor users to see it is to share it with them! That would be appreciated too! Excellent suggestion on a follow-up video! I'll put that down and consider it for a future video.
Egbon Tobi, you did an amazing job explaining this topic. Obviously, I have been doing this the wrong way all these years. Your explanation is very precise and clear. Thank you so much for making this video. I am a fan already.
Hey Tobi, you just pulled a superhero move and saved us all from the clutches of typography confusion! 🦸♂️ I've seen other TH-cam tutorials trying to unravel the Elementor font mystery, but I almost instantly got lost in the maze or they turned into a snooze-fest. But you? You made it look as easy as assembling a sandwich. This is the ultimate guide every Elementor user didn't know they desperately needed. Hats off to you for making our design lives infinitely better! Liked, subscribed, and sending virtual high-fives. 🙌
Thanks Tobi, just found your channel, great and helpful tutorial. I might use Imran Siddiqs clamp calculator instead of the one u suggest, since that one calculates all of the sizes in one table. your explanation is awesome, I will definitely keep following you.
Hi Tobi, thanks so much for sharing this nicely presented and valuable information. There is one other related topic that still has me quite puzzled, and was hoping that you could share your expertise in a further lesson. It's the topic of Page Breaks and Content Width. I currently use % to control the Content Width. I am also not sure about what Page Break sizes to use. Looking forward to your input. Thanks
Thanks for the feedback on the video Keith! Content width should be set in px on large screen sizes for design preciseness. Different page breakpoints should have different content widths. And there are no hard and fast rules for this. The design is really what will determine this. On large screen sizes the width you set at that breakpoint will determine the max width. On smaller screen sizes, what will determine how far to the edge of the screen the content goes could be in %. The content can be aligned to the middle of the page and the max width set to 95% for example. That way, small devices have even spaces at the left and right edges. But larger screens can get too large to adopt this same strategy. It's better to define a fixed width in px for those and an extra padding for when the device size comes close to the size of the width you set! Do you understand the idea here?
Thank you for explaining it clearly ! Can you clarify what is the point of using those two site when the font size clamp code is universal to all site? Dont we have a standard site applicable for most site? Could you post the list of clamp code that you recommend using?
The clamp function to be used will depend on the brand guide you follow to build your website. For example, you would use the major third (1.250) if your h1 is about 3.815 rem for your desktop size. You need the first site (typescale.com) to generate the scale, while the other site (clamp.font-size.app) is to help you actually generate the clamp function using the scale! You may review the video and then let me know if something is still unclear.
Thanks for clarifying the clamp function for Elementor usage. Excellent video. I was wondering, how did you get the top border on the tab in your browser and these CLAMP and SCALE tags or whatever they are? Thx
Oh, you will, Dave! Most of the videos I'll be uploading will be related to Bricks and JetEngine. For the first video, I just decided to go for a low hanging fruit! 😊 I appreciate the encouragement a lot!
@@tobisalami bricks and jet engine - excellent call, but do keep the elementor stuff going while people still transition, steeper learning curve in bricks for non developers.
I agree that we still need content around Elementor, especially as people transition to other professional builders. I have been using Elementor for a number of years, and now use Bricks more, so I can understand the issues with transitioning to a new builder. I intend to create a separate playlist of my videos in the future where I will detail all the similarities between Elementor and Bricks. The aim would be to get people to see that there are more bridges than walls. In the meantime, however, most non-builder-focused videos showing how to get things done in the front-end will have both an Elementor and a Bricks side to them. I adopt this same strategy when publishing articles on tobisalami.com. Thanks for the feedback!
Yes. Usually. I just leave it at 1rem. You can also decide to make the p 1.2rem on desktop and 1rem on mobile to generate your clamp function. But this will depend entirely on your design needs or preference.
Great job! I've been doing a similar setup but was doing a combination of Site Headings and Global Headings. It never occurred to me to set the Site Heading as the Global heading, which eliminates that extra step. Do you have any thoughts on setting up a global system for padding in Elementor?
I have a specific problem after applying the clamp for all of the heading sizes. They scale fluidly but only when the right side of the viewport "touches" the H1 content width, and it scales all the way to 53px of page width. What could be the problem? I have checked both the flexbox container and the headings are block elements with full width.
You are welcome. I use the same clamp function that I use for the font-size for the line height too. The result is a height that expands and reduces depending on the screensize. It works well, mostly.
Thanks. And yes! You can export the Global settings of elementor using the Elementor kit. And it'll come along with all the global settings set up here!
Hi Tobi, Great job! I did exactly what you have showed but my font size isn't changing. So from H1 to H6, they are all the same size, even in the preview they are all the same size. What am I doing wrong?
HI. Thanks! The preview usually has issues displaying things correctly. Kindly look at it on the Elementor Edit page and on the frontend. Also, ensure that "Disable Default Fonts" and "Disable Default Colors" in Elementor Settings are unchecked, so that the Elementor Style kicks in!
One of the most confusing settings in Elementor is "Disable Default Fonts" and "Disable Default Colors". I always forget what the default setting is. I think it impacts what you describe in the video. "Checking this box will disable Elementor's Default Fonts, and make Elementor inherit the fonts from your theme." Do you have it checked or unchecked?
Hi Tobi, do you know if it is actually still necessary to add the XXL Preset to the H1 Typography settings like shown in 10:35? I am doing it exactly like you, but I was skipping that part. My thinking - the less settings possibly impact the font-size the better. If both, H-tag and preset is defining the font-size, one must always overule the other
Hi. Kindly see the video again. The H1 to H6 tags all have their styles BASED on those global fonts I created. They should not have independent styles. Let me know if you understand it after reviewing it. Watch closely the creation of my H2 style and see how I connected both.
Another question concerning device widths below 500 (which you are setting as min viewport width) why don't you go below, usually I have seen people going for 320 or 380? 320 is the lowest viewport width in Chrome inspector responsive tool...
Okay. This is according to the design requirement. 500 appeared to be a good compromise for me when I considered how small I want my fonts to get on an average small device. Setting it at 320px will mean that my font may be too big on an average mobile but too small on a desktop regardless of the font scale. Again, this should not be determined by any process, except the design requirements. It works this way for me, usually.
@@mrnordjr I'm not sure I understand you. CSS classes are great. But these are technically variables that are being created and should be used along with classes even if they have to. It'll be a different setup method in Bricks. But Elementor is not a class-first builder.
hey tobi, numerous people have attempted to cover this and have; as you said either got it wrong or made a bal..... of explaining it. youve done a super job, this is bang on the button. I do hope elementor users get to see this as its absolutely a best practice for development responsive websites. Congrats. Liked and subscribed. Suggestion, to pair with this if you could get time to cover the best practice relating to loading fonts (i.e. disabling google fonts and properly loading your own) covering how to do it properly and benefits of woff2 over ttf etc etc. good luck and thanks again.
Hey AidenJoyce! Thanks for the review! I appreciate that a lot. The way to get Elementor users to see it is to share it with them! That would be appreciated too!
Excellent suggestion on a follow-up video! I'll put that down and consider it for a future video.
Egbon Tobi, you did an amazing job explaining this topic. Obviously, I have been doing this the wrong way all these years. Your explanation is very precise and clear. Thank you so much for making this video. I am a fan already.
Thanks a ton! I appreciate the comment!
Amazing Job!
looking forward to more explanatory videos like this
More to come! Thanks for the comment!
Hi Toby, this is a great video. I have watched a lot of videos on this topic and yours explains it the best. Thanks and well done!
@@seaonau thank you for watching. I appreciate that!
Toby, you explain very well. It is mandatory for anyone involved in the field to start working correctly!!
Thank you very much! I appreciate the feedback! 😊
Thanks Tobi. I've been doing it all wrong for the past 3 years 🤦Thanks for explaining - much appreciated!
Thank you for thanking me! I appreciate that!
You nailed Tobi!
Thank you so much!
well done Bro Tobs 🎉
Thank you very much, Sunny! 😁
Amazing work brother 🎉👌
Thanks a lot!
This is nice, bro!
Thank you soo much!😊
Hey Tobi, you just pulled a superhero move and saved us all from the clutches of typography confusion! 🦸♂️ I've seen other TH-cam tutorials trying to unravel the Elementor font mystery, but I almost instantly got lost in the maze or they turned into a snooze-fest. But you? You made it look as easy as assembling a sandwich. This is the ultimate guide every Elementor user didn't know they desperately needed. Hats off to you for making our design lives infinitely better! Liked, subscribed, and sending virtual high-fives. 🙌
Comments like these are why I'm not going to stop releasing valuable content. Thank you! I appreciate the review a lot
Very interesting. Keep it up.
Thanks a lot!
Thanks Tobi, just found your channel, great and helpful tutorial. I might use Imran Siddiqs clamp calculator instead of the one u suggest, since that one calculates all of the sizes in one table. your explanation is awesome, I will definitely keep following you.
I appreciate that very much.
Hi Tobi, thanks so much for sharing this nicely presented and valuable information. There is one other related topic that still has me quite puzzled, and was hoping that you could share your expertise in a further lesson. It's the topic of Page Breaks and Content Width. I currently use % to control the Content Width. I am also not sure about what Page Break sizes to use. Looking forward to your input. Thanks
Thanks for the feedback on the video Keith!
Content width should be set in px on large screen sizes for design preciseness. Different page breakpoints should have different content widths. And there are no hard and fast rules for this. The design is really what will determine this. On large screen sizes the width you set at that breakpoint will determine the max width. On smaller screen sizes, what will determine how far to the edge of the screen the content goes could be in %. The content can be aligned to the middle of the page and the max width set to 95% for example. That way, small devices have even spaces at the left and right edges.
But larger screens can get too large to adopt this same strategy. It's better to define a fixed width in px for those and an extra padding for when the device size comes close to the size of the width you set!
Do you understand the idea here?
Thanks Tobi!
You're very welcome! 😊
Thanks!
Thank you for thanking me😊
Thank you for explaining it clearly ! Can you clarify what is the point of using those two site when the font size clamp code is universal to all site? Dont we have a standard site applicable for most site? Could you post the list of clamp code that you recommend using?
The clamp function to be used will depend on the brand guide you follow to build your website. For example, you would use the major third (1.250) if your h1 is about 3.815 rem for your desktop size.
You need the first site (typescale.com) to generate the scale, while the other site (clamp.font-size.app) is to help you actually generate the clamp function using the scale!
You may review the video and then let me know if something is still unclear.
Excellent
@@raulgonzalez8510 Thanks a lot!
Wow Thanks for this
You're welcome 😊
Perfect , question only on the clamp 1920 is the layout of your elementor ?
Thanks for clarifying the clamp function for Elementor usage. Excellent video. I was wondering, how did you get the top border on the tab in your browser and these CLAMP and SCALE tags or whatever they are? Thx
Got it! Tab groups :D was not aware they function like this :D
Glad you did!
Really good explanation. 👏 👏
I tend to add Core Framework into the mix as well.
Thank you so much Dave! I appreciate the comment.
And yeah, Core Framework is an excellent tool!
@@tobisalami I can't wait to see more of your videos on Elementor, Bricks, Crocoblock, and others
Oh, you will, Dave! Most of the videos I'll be uploading will be related to Bricks and JetEngine. For the first video, I just decided to go for a low hanging fruit! 😊
I appreciate the encouragement a lot!
@@tobisalami bricks and jet engine - excellent call, but do keep the elementor stuff going while people still transition, steeper learning curve in bricks for non developers.
I agree that we still need content around Elementor, especially as people transition to other professional builders. I have been using Elementor for a number of years, and now use Bricks more, so I can understand the issues with transitioning to a new builder. I intend to create a separate playlist of my videos in the future where I will detail all the similarities between Elementor and Bricks. The aim would be to get people to see that there are more bridges than walls.
In the meantime, however, most non-builder-focused videos showing how to get things done in the front-end will have both an Elementor and a Bricks side to them. I adopt this same strategy when publishing articles on tobisalami.com.
Thanks for the feedback!
Great video Tobi! What happens about body text? Do you use the P rem size in Typescale? Thanks
Yes. Usually. I just leave it at 1rem. You can also decide to make the p 1.2rem on desktop and 1rem on mobile to generate your clamp function. But this will depend entirely on your design needs or preference.
Insight unlocked again. Please is there a video on responsive screen sizes?
You're welcome. No, I don't have one at this time. But stay tuned.
Great job! I've been doing a similar setup but was doing a combination of Site Headings and Global Headings. It never occurred to me to set the Site Heading as the Global heading, which eliminates that extra step. Do you have any thoughts on setting up a global system for padding in Elementor?
Thank you for the feedback. You could use a framework like Core Framework to do that.
I have a specific problem after applying the clamp for all of the heading sizes. They scale fluidly but only when the right side of the viewport "touches" the H1 content width, and it scales all the way to 53px of page width. What could be the problem? I have checked both the flexbox container and the headings are block elements with full width.
I am not sure I understand the question, I'm sorry. Can you rephrase?
Thanks Tobi, and how do you handle line spacing ?
With clamps too... Gt it ! :)
You are welcome. I use the same clamp function that I use for the font-size for the line height too.
The result is a height that expands and reduces depending on the screensize. It works well, mostly.
@@tobisalami Sure, it just takes more time as you have to check manually...
True. But it's way better than the alternative no-code solutions.
Impresive ! can you share any trick to use this as global setting on all website like how to import this setting and use it again and again...thanks!
Thanks. And yes! You can export the Global settings of elementor using the Elementor kit. And it'll come along with all the global settings set up here!
Is there a way to create image quiz with element forms or jetformbuilder
Hi. There's a tutorial about this on the Crocoblock channel.
Hi Tobi,
Great job! I did exactly what you have showed but my font size isn't changing. So from H1 to H6, they are all the same size, even in the preview they are all the same size.
What am I doing wrong?
HI. Thanks!
The preview usually has issues displaying things correctly. Kindly look at it on the Elementor Edit page and on the frontend.
Also, ensure that "Disable Default Fonts" and "Disable Default Colors" in Elementor Settings are unchecked, so that the Elementor Style kicks in!
One of the most confusing settings in Elementor is "Disable Default Fonts" and "Disable Default Colors". I always forget what the default setting is. I think it impacts what you describe in the video.
"Checking this box will disable Elementor's Default Fonts, and make Elementor inherit the fonts from your theme."
Do you have it checked or unchecked?
You should have it unchecked.
This would only be used when a person intends to use Global Styles set in the theme, and not within Elementor!
Hi Tobi, do you know if it is actually still necessary to add the XXL Preset to the H1 Typography settings like shown in 10:35? I am doing it exactly like you, but I was skipping that part. My thinking - the less settings possibly impact the font-size the better. If both, H-tag and preset is defining the font-size, one must always overule the other
Hi. Kindly see the video again. The H1 to H6 tags all have their styles BASED on those global fonts I created.
They should not have independent styles.
Let me know if you understand it after reviewing it. Watch closely the creation of my H2 style and see how I connected both.
Another question concerning device widths below 500 (which you are setting as min viewport width) why don't you go below, usually I have seen people going for 320 or 380? 320 is the lowest viewport width in Chrome inspector responsive tool...
Okay. This is according to the design requirement. 500 appeared to be a good compromise for me when I considered how small I want my fonts to get on an average small device. Setting it at 320px will mean that my font may be too big on an average mobile but too small on a desktop regardless of the font scale.
Again, this should not be determined by any process, except the design requirements. It works this way for me, usually.
NIce!!!
Thanks a lot!
when i paste the clamp size it doesn't change, nothing happens
Hi. Did you follow the steps as I explained?
❤️
Thanks a lot for the comment!
That way it is very hard to maintain
The way I showed? Or the way people usually do it?
@@tobisalami the way you showed it
Do you have a better way?
@@tobisalami Classes...
@@mrnordjr I'm not sure I understand you. CSS classes are great. But these are technically variables that are being created and should be used along with classes even if they have to.
It'll be a different setup method in Bricks. But Elementor is not a class-first builder.