I tried to put two Blocks next to each other but it doesnt work

Hello all

I must disclose that i just entered the brickbuilder editor 3 days ago. I’m a noob not just in bricksbuilder but generally in website building. However i folllowed various videos to find my way around the concept and thought until now that i understood it pretty much.

Now i have the situation where i have a Section(Container(Block,Block)). All of those are freshly created. So they shouldnt be influenced by other elements. The only thing i did is i clicked on the container → Content → Direction → Horizontal (row) and assumed the two blocks would be next to each other, but somehow they dont.

Hello @BrickMyBack,

I tested, and this should work. Please check the screenshot below:

Now, on the screenshot above, I’m on a desktop breakpoint. If I switch to a smaller one, like “mobile landscape”, then the blocks will be again one on top of the other. It’s because of the Flex wrap property, that is set to “wrap” on smaller breakpoints. You have to set it to “No wrap”, and it should be ok :slight_smile:

I hope that solves it :slight_smile:

Matej

Hello Matej

Thank you that you took your time and tried to reproduce my issue! Initially i wanted to attach images in my first post, but realized i couldnt add them after i clicked post :slight_smile:

Sadly i can only upload one image since im new here :slight_smile:

The 2 blocks are below the orange, somehow even if i tell the 2 blocks to be colored it doesnt apply it.

I am looking forward to you telling me where my beginner mistake is :smiley:

BR

That’s weird :slight_smile:

If you can, can you send the login credentials to your website and a link to this topic to help@bricksbuilder.io using the email address you used during the purchase so we can have a look?

I’ll also check why the blocks do not turn red, as you said that it should be working.

Thanks,
Matej

Hi @BrickMyBack.

I answered over the email, but I’ll post the solution here as well, if somebody will have similar issue in the future.

The issue was with unclosed clamp( property. Once removed, it should work:

CleanShot 2025-03-19 at 08.56.35@2x

Best regards,
Matej

1 Like