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

Поділитися
Вставка
  • Опубліковано 20 гру 2024

КОМЕНТАРІ •

  • @michaelmuellerplotterei4141
    @michaelmuellerplotterei4141 10 місяців тому +3

    That helped me out way better than 90% of the way too complicated explained videos!

  • @swing-o-gram
    @swing-o-gram 14 днів тому +1

    THIS video finally got me to understand CSS Grid!!!
    And I finally could get my hero section just the way I wanted. thank you so much for this. Major breakthrough!

  • @akshaysrivastavaofficial
    @akshaysrivastavaofficial 3 місяці тому

    One of the best explanation of CSS grid! Nice work Imran.

  • @fedestock77
    @fedestock77 5 місяців тому +1

    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.

  • @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.....ua-cam.com/video/rRyKR_uKwAQ/v-deo.html

  • @DenGradel
    @DenGradel 2 роки тому +1

    Thanks for this timely tutorial! Just the next day after the release, awesome.

  • @KshitijShah89
    @KshitijShah89 2 роки тому +1

    Loved it. Thanks for getting it out so quick.

  • @BinaryMasterclass
    @BinaryMasterclass Рік тому

    Thank you. This has helped me start to wrap my head around grids. I appreciate it

  • @movealgarve
    @movealgarve 2 роки тому +2

    🤯 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  2 роки тому +1

      Yup I need to play more with this, especially with the % and Mobile side.

  •  2 роки тому +1

    I think now I understand the basics. Thank you!

  • @genethompson9154
    @genethompson9154 Рік тому

    Great tutorial Imran.. I didn't need this until now

  • @noraholmquist8231
    @noraholmquist8231 2 роки тому +2

    Very clear explanation, thank you.

  • @liviustanciu165
    @liviustanciu165 2 роки тому +1

    Very good explanations. Keep up the good work, Imran.

  • @-ct-celcomtechniques2566
    @-ct-celcomtechniques2566 2 роки тому +1

    😂
    Thanks ! You showed me the power of this. This is crazy !

  • @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.

  • @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, 😊👍

  • @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!

  • @jenniferward6821
    @jenniferward6821 Рік тому

    I think you did it pretty well. Thank you.

  • @Castorelo
    @Castorelo 2 роки тому +2

    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 2 роки тому +2

      Bricks will not be lifetime for long

    • @websquadron
      @websquadron  2 роки тому +1

      Totally agree
      Get it now

  • @heikodietze
    @heikodietze Рік тому

    Nice explanation, Imran! 👍🏻

  • @WickyDesign
    @WickyDesign 2 роки тому +1

    Very nice tutorial! Thank you!

    • @websquadron
      @websquadron  2 роки тому +3

      Made my head scratch a few times and was massively edited :)

    • @WickyDesign
      @WickyDesign 2 роки тому

      @@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.

  • @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

  • @mahbubjubayer9453
    @mahbubjubayer9453 2 роки тому +2

    Grid always confused me since I started html and css3. I mostly try everything do it with flex 💪.

  • @KariposTheOne
    @KariposTheOne 2 роки тому +2

    You should use the fr unit with css grid it’s very powerful 😊

    • @websquadron
      @websquadron  2 роки тому +1

      Yup, still getting my head around that.

    • @wpeasy
      @wpeasy 2 роки тому +2

      @@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  2 роки тому +1

      @@wpeasy Hold on.... starts searching for my 1996 Graphical Calculator... :)

  • @antonichristian5845
    @antonichristian5845 2 роки тому +2

    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!

  • @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 2 роки тому

    I really considered disliking the video and follow your wish at the end of the video 🤣

  • @fredpourlesintimes
    @fredpourlesintimes Рік тому

    Pretty bad tutorial.