How can I move icons to the upper right corner in Brooklyn theme?

Hi all,

I have the Brooklyn theme, and I would like the ‘‘child, search and cart’’ icon to be on the upper right corner of my home page. HELP!

@Orellana123
Kindly share your store URL so,
I can solve your issue.
Thank You.

Hi @Orellana123 ,

This would take some editing to the code. Because you’re using the Brooklyn theme which is Shopify developed. If you are on a paid plan then you’re eligible to 60 mins of free design time (unless you’ve already availed of it) from our theme support team. If you haven’t availed of it, you can do so by contacting our support team directly from the link here.

If you’ve already used the design time and would still like to look into this, your best bet would be to contact a Shopify Expert for help in our Experts Directory.

https://orejewelryshop.com

hii, @Orellana123
Paste this code at the top of the theme.scss file.

li.site-nav__item.site-nav__item--compressed {
    position: relative !important;
    top: -100px !important;
    left: 170px !important;
}

Thank You.

hello @Orellana123

Please provide the website URL and if your store is password protected then also provide a password So I will check and provide a solution here.

Hello!

www.orejewelryshop.com

hello @Orellana123

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.site-nav  li.site-nav__item.site-nav__item--compressed {
    position: relative;
    top: 80%;
    transform: translate(130%, -130%);
}

How can I center the logo and navigation menu?