I would suggest to check your theme settings to see if you can disable the theme’s sticky functionality. Perhaps there’s a way to set the logo image larger (it looks like the theme uses a small logo and a large one). or you can as well try this
From what I can see when I check your site, the logo is made smaller due to the theme’s default functionality. Basically, the theme already makes your header sticky (and controls the size of your logo), so at this point, you’re using two different methods on the same header.
You can override this by adding this to your CSS:
.top_panel_fixed .top_panel_wrap .logo_fixed {
display:none;
}
.top_panel_fixed .top_panel_wrap .logo_main {
display:block;
}
It looks like your theme is setting the logo to a cropped image.
See https://cldup.com/u_UNHwGrvVr/HqFhhG.png

I recommend asking at https://wordpress.org/support/theme/storefront#new-post so the plugin’s / theme’s developers and support community can help you with this.
Hey there @eretu12!
I tried that, and I put it in the Additional CCS under the Customize tab, and it didn’t work.
http://prntscr.com/hcxtsa
Hey there @sterndata!
Should I just copy and paste this thread into it (The top part what I wrote before)