Skip to main content

Improve the way to manipulate columns and rows (Flex Grid)

Comments

13 comments

  • Ariel H.

    Hi Adson,

    Thank you for taking the time to share your feedback, and we appreciate your suggestions.
    I have forwarded your request to our senior support team for careful consideration and review.

    Best regards,
    Ariel H.

    0
  • Adson Cicilioti

    Linked to this, the lack of control in Responsiveness Breakpoints also interfere a lot.
     
     They could start with a simple fix and add other units for column widths, like Pixels (px) anyway.

    1
  • Ariel H.

    Hi Adson,

    Thank you for the update.

    We're currently working on a new breakpoints manager, which should be available soon - https://prnt.sc/PI9IhWLmLi_E

    Best regards,
    Ariel H.

    0
  • Adson Cicilioti

    Yes yes!
     
     I'm following.
     
     By the way, have you been setting up this Trello board??
     https://trello.com/b/0buMUNOS/brizy-cloud-public-roadmap
     
     He looks kind of abandoned to me.
     
     
     Returning to the subject of new controls for Grid, columns and rows, another very good thing would be to take advantage of the `gap` property of CSS Flex.  It defines the spacing between the children of a Flex Box without having to use of `margin` or `padding`.

    0
  • Ariel H.

    Hi Adson,

    Thank you for the update.

    Currently, we are working on priority projects, and as a result, there haven't been any updates to the board recently. We expect to have some new updates to share soon.  We also appreciate the additional feedback you have provided.

    Kind regards,
    Ariel H.

    0
  • Sandra Naumann

    we are in desperate ned for such functionality.

    how can I create a wrap at a certain point currently?

    I need only 5 Elements horizontally and want to the other 5 in the next row

    like this

    But on mobile it has to be two in a row.

     

     

    2
  • Ariel H.

    Hi Sandra,

    Thank you for keeping in touch.

    I assume that these boxes are images, you can accomplish this by using the Gallery element, in desktop view you can set the columns to 5, and on mobile, you can it to 2 columns as demonstrated on this screencast:  https://youtu.be/Sd_ESyfx7eg

    Please try this and let me know if this works for you.

    Best regards,
    Ariel H.

    0
  • Sandra Naumann

    Hi Ariel,

    can all images have a hover effect and hold links to the corresponding sub pages?

    hover sample

    Url for each image

    0
  • KC George

    Hi Sandra,

    To add the hover effect to a column, click on the top right corner of the column - select gear icon - Styling - under the Advanced tab add the following custom CSS. https://jmp.sh/Z81FlX4a Please have a look at this page for an example. https://digital-works.brizy.site/hover

    element {
      transition: all .2s ease-in-out;
      transform: scale(1, 1);
    }

    element:hover {
      /* Add hover properties */
      transform: scale(0.95, 0.95);
      cursor: pointer;
      z-index: 1;
    }

    You can add the URL for each column in the URL field as you have shown above. 

    0
  • Adson Cicilioti

    The Gallery  element is another that need enhancements.

    Well... Only rest await...

    1
  • KC George

    Hi Adson,

    Have you looked at the updated Brizy Gallery element? Please have a look at these tutorials

    Do you have specifics about the enhancements you are looking at in the gallery element?

    0
  • Sandra Naumann

    If I try to use the gallery grid like in this example https://support.brizy.io/hc/en-us/community/posts/15189595749009/comments/12463247924882

    how can I give each image in the gallery:

    - the same hover effect like in my example shown? The hover in my example is achieved by setting 


    - add an individual link/URL to each image? 

    Thanks

    0
  • KC George

    Hi Sandra,

    I am sorry; I am not able to fully comprehend the design you are attempting to achieve. 

    • How do you propose to use the gallery element to implement a design like this? Are you thinking about creating images for each specific topic?
    • The screenshot you have provided above is for the border color. In the design below, border color does not change on hover. How do you plan to use border color to implement this design?

    Border colors are set individually for each image in the gallery. It cannot be set centrally. 

    0

Please sign in to leave a comment.