Skip to main content

WP Brizy Pro: Elements on the same height (nowrap?)

Comments

4 comments

  • Mihail Stremenovskii

    Hello Pascal!

    Try to place your elements in a few columns in the same row. Here is a small video to explain my idea

    Kind regards,

    Mihail

    0
  • Pascal Brennecke

    Hi Mihail,

    no video is shown... Could you please fix that?

    0
  • Mihail Stremenovskii

    Hello Pascal!

    Sorry for it.

    Please check it here

    Kind regards,

    Mihail

    0
  • Pascal Brennecke

    Hi Mihail,

    thanks but this wont work because the element is on the end of the site.

    Brizy is totally missing the option to set a flexbox content as row or as column.

    Did it through setting IDs/classes to the Elements, added custom CSS and set the flexbox as row in the media queries. 

     

     

    #Konto-Warenkorb-Flex .brz-column__items {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    }

    0

Please sign in to leave a comment.