Need help with Brooklyn theme... cant figure it out :(

Hi all,

I am having serious issues with the Brooklyn theme on my website. When you log onto my website, which is, www.PennsylvaniaParks.org, the logo will be on the left-hand side then once fully loaded, it will be centered. It should be centered at all times. I don’t know why it’s doing that and I don’t like it. That makes it look unprofessional and since this is a nonprofit website, I need it to look as professional as possible.

Any help is greatly appreciated.

Thanks so much!

Hi @Justin34

In this case, you should contact a Shopify expert or a Theme developer so they could check the issue.

Hi @Justin34 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/timber.scss->paste below code at the bottom of the file:
.no-js .site-header {
    opacity: 0 !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.