No video

Bricks 101 - Part 34 - CSS Grid v1.6.1 - BricksBuilder.io - Bricks Builder Wordpress Tutorial

  Рет қаралды 7,291

Web Squadron

Web Squadron

Күн бұрын

Version 1.6.1 Bricks Builder gives us the CSS Grid.
Here's an intro into using it for Columns and Rows.
Link to Further info: academy.bricks...
bricksbuilder.io
Bricks 101 - Part 34 - CSS Grid v1.6.1 - BricksBuilder.io - Bricks Builder Wordpress Tutorial
We love to create - share - respond - and deliver.
🧐 Learn with our Mastery Modules: websquadron.co...
🔗 All of our Important Links: websquadron.co...
😃 Join our Facebook Group: / 3309523509284305
😃 Get Code Snippets Pro: r.freemius.com...
😃 Get Elementor Pro: be.elementor.c...
😃 Boost your KZfaq Analysis: www.tubebuddy....
👕 Get our Merchandise: websquadron.co...
🥹 Support us: paypal.me/Webs...
Hire us to work on your Website!
💌 info@websquadron.co.uk
👩‍💻 Visit websquadron.co.uk

Пікірлер: 46
@michaelmuellerplotterei4141
@michaelmuellerplotterei4141 6 ай бұрын
That helped me out way better than 90% of the way too complicated explained videos!
@estudioronin
@estudioronin Ай бұрын
Thank you for your content. You are very clear with your explanations and you are helping me understand some really useful Bricks tools Imran, I really appreciate it.
@websquadron
@websquadron Ай бұрын
Great to hear!
@noraholmquist8231
@noraholmquist8231 Жыл бұрын
Very clear explanation, thank you.
Жыл бұрын
I think now I understand the basics. Thank you!
@KshitijShah89
@KshitijShah89 Жыл бұрын
Loved it. Thanks for getting it out so quick.
@-ct-celcomtechniques2566
@-ct-celcomtechniques2566 Жыл бұрын
😂 Thanks ! You showed me the power of this. This is crazy !
@DenGradel
@DenGradel Жыл бұрын
Thanks for this timely tutorial! Just the next day after the release, awesome.
@movealgarve
@movealgarve Жыл бұрын
🤯 once again an amazing demo Imran. I think for me a use case would help, also how this would work responsively, for mobile especially.
@websquadron
@websquadron Жыл бұрын
Yup I need to play more with this, especially with the % and Mobile side.
@BinaryMasterclass
@BinaryMasterclass Жыл бұрын
Thank you. This has helped me start to wrap my head around grids. I appreciate it
@websquadron
@websquadron Жыл бұрын
No probs
@jenniferward6821
@jenniferward6821 Жыл бұрын
I think you did it pretty well. Thank you.
@genethompson9154
@genethompson9154 Жыл бұрын
Great tutorial Imran.. I didn't need this until now
@liviustanciu165
@liviustanciu165 Жыл бұрын
Very good explanations. Keep up the good work, Imran.
@websquadron
@websquadron Жыл бұрын
Many thanks
@WickyDesign
@WickyDesign Жыл бұрын
Very nice tutorial! Thank you!
@websquadron
@websquadron Жыл бұрын
Made my head scratch a few times and was massively edited :)
@WickyDesign
@WickyDesign Жыл бұрын
@@websquadron It all made sense with the edits! The way you explained how the columns work made total sense! It took me a few minutes to really understand it.
@heikodietze
@heikodietze Жыл бұрын
Nice explanation, Imran! 👍🏻
@mindtrix7617
@mindtrix7617 Жыл бұрын
I believe the columns and rows count from the first line to the last line on the outside of the grid. Example Row: What looks like 2 rows from top to bottom is actually 3. You have the top of row one starting from the border. It counts rows 2 starting from the top of row 2, and since it counts the amount of rows starting from the top. It will count "Row 3" (which may not even be there as a visible row) starting on the bottom of row 2. Because rows start at the top down. It does the same thing for columns going left to right. Hopefully this clears things up!
@RiyazShihabdeen
@RiyazShihabdeen Жыл бұрын
Imran, it was a wonderful tutorial. Thank you very much for putting this up. As you said, everyone is learning here. My understanding of the column count (when you say Grid Column 1, 2, 3, and so on) is based on the initial declaration you are making. In this example, you say "100px repeat(2, 200px) 300px." This means that you are defining 4 cells for the grid, which makes 5 columns in total. Now, the column spans are based on that, not on the alterations to the cells later. Your explanation is correct in a way, because the first declaration of the columns will always be high in value. The modified grid is based on it, and it would always have lesser value, since it's cells are going to be spaned across right? Again, your explaination is an easy way to remember how it's done, 😊👍
@websquadron
@websquadron Жыл бұрын
Yup you’re right
@mahbubjubayer9453
@mahbubjubayer9453 Жыл бұрын
Grid always confused me since I started html and css3. I mostly try everything do it with flex 💪.
@ElementoryMyDearWatson
@ElementoryMyDearWatson Жыл бұрын
Many thanks Imran, do you have, or maybe considering a quick tutorial on when and where to use a container versus a block versus a div?
@websquadron
@websquadron Жыл бұрын
Maybe this.....kzfaq.info/get/bejne/qLipfrWQ2rHbcYU.html
@KariposTheOne
@KariposTheOne Жыл бұрын
You should use the fr unit with css grid it’s very powerful 😊
@websquadron
@websquadron Жыл бұрын
Yup, still getting my head around that.
@erling5148
@erling5148 Жыл бұрын
@@websquadron 1fr = fraction please stay away from pixels!!!
@wpeasy
@wpeasy Жыл бұрын
@@websquadron fr is actually quite simple. 1fr is 1 fraction of the available width. So if you have - "repeat( 4, 1fr)" each column is 1/4th of the width - "1fr 2fr 3fr" - Total is 5 (1+2+3) so, col-1 1/5, col-2 2/5, col-3 3/5
@websquadron
@websquadron Жыл бұрын
@@wpeasy Hold on.... starts searching for my 1996 Graphical Calculator... :)
@KasztanTS
@KasztanTS Жыл бұрын
I'm like wondering. If this is fully implemented along with another planned feature - native sorting & filtering, then a tool like WP Grid Builder becomes completely obsolete for Bricks users? WP Grid Builder is a great tool, but it's $249 a year vs Bricks $249 lifetime... If only Bricks introduces what Croco did which is query loop at the widget level like tabs then gush.... it's gonna be hell of a tool
@filmgenius2
@filmgenius2 Жыл бұрын
Bricks will not be lifetime for long
@websquadron
@websquadron Жыл бұрын
Totally agree Get it now
@morozara4962
@morozara4962 Жыл бұрын
thanks. How do you make this responsive? ALSO do you set the grid then can you add query loop?
@websquadron
@websquadron Жыл бұрын
You would modify when on Mobile mode and think about widths and positioning.
@Photographersforyou
@Photographersforyou Жыл бұрын
nice - however what happens if I followed this and then start adding images, does it not start breaking up due to image sizes ??
@websquadron
@websquadron Жыл бұрын
Depends on how you add the images. If they are set as cover with set sizes then it is fine Or just add a gallery instead.
@Photographersforyou
@Photographersforyou Жыл бұрын
@@websquadron thanks
@antonichristian5845
@antonichristian5845 Жыл бұрын
glad they introduced grid into bricks but kinda disappointed on the implementation... they could have took a lot of complexity out of it by designing a webflow or even oxygenesque UI... hopefully this is the first basic iteration of it with lots of improvements to come... i use acss with bricks anyway which makes grid such a breeze to setup lol.... but thanks for this it is very helpful for beginners for sure!
@websquadron
@websquadron Жыл бұрын
Agreed
@johanvondutch1740
@johanvondutch1740 Жыл бұрын
can you give the blocks a name ? if you can , another way in grid is way more easy . display: grid; grid-template-columns: auto auto auto auto; grid-template-rows: auto 35px auto auto auto auto auto auto 80px; grid-template-areas: "banner1 banner1 banner1 banner1" "navigatie1 navigatie1 navigatie1 navigatie1" "main1a main2a main3a main3a" "main4a main4a main5a main6a" "main4a main4a main7a main8a" "main9a main9a main10a main11a" "main12a main13a main14a main14a" "main15a main16a main14a main14a" "footer1 footer1 footer1 footer1"; you see for example main4a taking a box of 4 places , only with the name . the 4 footer1 taking the whole line for the footer for example . im not sure if bricks have the grid template areas setting ? but let say your first block in the container is block 1 . #block1 { grid-area: banner1; margin-top: 0px; margin-right: 0px; ( and more css when you like , but you dont need it for the grid see below block 8 with only the block that gives an area name ) } the name of the block is where you put your css on , and give it the grid area name like i did . #block8 { grid-area: footer1; }
@PicSta
@PicSta Жыл бұрын
I really considered disliking the video and follow your wish at the end of the video 🤣
@websquadron
@websquadron Жыл бұрын
Ha - don’t say that!!
@fredpourlesintimes
@fredpourlesintimes 10 ай бұрын
Pretty bad tutorial.
@websquadron
@websquadron 10 ай бұрын
Okay.
Easily overlap content with CSS Grid in Bricks Builder | WordPress Tutorial
14:28
Мы сделали гигантские сухарики!  #большаяеда
00:44
Unveiling my winning secret to defeating Maxim!😎| Free Fire Official
00:14
Garena Free Fire Global
Рет қаралды 8 МЛН
Get 10 Mega Boxes OR 60 Starr Drops!!
01:39
Brawl Stars
Рет қаралды 18 МЛН
If Barbie came to life! 💝
00:37
Meow-some! Reacts
Рет қаралды 73 МЛН
BENTO CSS GRID TUTORIAL WITH SOURCE CODE
15:55
Qode & Design
Рет қаралды 8 М.
Master Tricky CSS Grid Layout in Bricks Builder | WordPress Tutorial
16:47
Bricks: Build-Your-Own Fluid Typography Framework
41:27
Dave Foy
Рет қаралды 13 М.
Boost Marketing with Anchors - Business Tips
2:45
Web Squadron
Рет қаралды 794
Мы сделали гигантские сухарики!  #большаяеда
00:44