How to make blocks in one row instead of drop down

Hi everyone,

I am using the symmetry theme on Shopify. When I go to add a store message over three blocks, the blocks drop down instead of being in one row - which is what I want. Is there any way around this?

This is what I want:

A straight line.

And this is what happens when I add another block:

I want to add 7 blocks in a row and I don’t want them to drop down

Thanks!

Hello @zaza1918 ,

Seems theme support 3 in a row. Its possible to keep 7 in a row but I think that will looks odd.

btw still if you need in a row use css display: flex to the container of the row.

Thanks

Hello @Guleria

Thank you for your feedback. I want to have a small menu on the page for the customer to navigate our products and I am doing so through the announcement header.

I am really new to coding, how do I use ccs display?