How can I center my logo and navigation in the Brooklyn theme?

Hi there,

I have spent a while looking through other answers and can’t seem to get anything to work. I am created a new site and I want my logo to be centered in the header with the menu centered below it in brooklyn theme. Can someone plz help!!

Greatly appreciated.

Here is my link

https://fikawear.myshopify.com/

1 Like

@fikawear

Thanks for post

, sorry but your store is password protect. can you please share us

Sorry. It should be visible now.

@fikawear

do you like this?

yes, that is how I would like it, except with less white space in the banner. Also, if possible Id like the cart and search button to stay on the right, but the menu where you have it. Can you tell me how to do this?

1 Like

@fikawear

It can be done by doing some code customization. please send me a personal message and we can discuss what you’d like

hello ketan, i’m looking to make the same modifications to my header and would love some help with it. i tried to message you, but it looks like i don’t have PM capabilities in shopify yet, having just signed up for the community. if you’re available, let me know! thanks so much.

1 Like

@ohlittlewren

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

great! thanks so much, my site is https://www.ohlittlewren.com/

i also seem to have PM capabilities now, so we can do that if it’s easier.

1 Like

@ohlittlewren

yes, please confirm this look proper

1 Like

yes! also, would it be possible to put the account and cart icons to the far right of the logo and the search to the far left?

1 Like

@ohlittlewren

my screenshot is normal css change possible but your last requirement done by more customization css, html and liquid code change

1 Like

@KetanKumar thanks so much. so i should probably hire a developer for that second part. how to i at least make the first set of css changes?

1 Like

@ohlittlewren

yes, first fart done below code can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.site-header .grid--table {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.site-header 
 .grid__item.large--one-third.medium-down--one-half {
    display: flex;
    text-align: center;
}

nav.grid__item.large--one-whole.large--text-right.medium-down--hide {
    display: flex;
    justify-content: center;
}
1 Like

perfect. thanks so much @KetanKumar

1 Like

@ohlittlewren

its my pleasure to help us

1 Like