I have the same problem. My logo is currently too small (http://spedycja.insoftconsulting.pl/). I have pasted the code you shared in Appearance>BeTheme Options>Layout>Custom CSS. Nothing has changed. I will be gratefull for any help.
When you scroll down, then sticky header activate and that's why logo gets compressed. It can't be the same size as regular because this will look awful. If you really want, then we can try to increase whole header/logo section while is sticky but we guarantee this will look bad.
Thank you for the CSS support muffin group, and working on Christmas Eve! Will definitely consider another theme from you guys in the future. Keep it up!
@Insoft_Consulting Logo is resizes proportionally because uses scale-with-grid class. So if anything is wrong on your website then we need url to see what you mean.
@Insoft_Consulting As we see logo is resized proportionally but maybe we think about something else so please explain what exactly you mean because as we see everything works fine.
We have no idea where you noticed this behavior exactly but we did not noticed anything like that on mac and other computers. We tested different browsers of course. But we remember that we noticed something similar in the past in one case and this has been fixed with one of last updates so we recommend to update theme first as you use old 4.5 version. But if you don't want to update theme, then please have a look at http://forum.muffingroup.com/betheme/discussion/257/logo-gets-squashed-vertically-with-sticky-header-on-retina-macbook-pro where similar problem has been described.
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
Cookies are small text files that can be used by websites to make a user's experience more efficient.
The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.
This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.
You can at any time change or withdraw your consent from the Cookie Declaration on our website.
Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.
Please state your consent ID and date when you contact us regarding your consent.
Comments
to do that, you can play with below css:
I have the same problem. My logo is currently too small (http://spedycja.insoftconsulting.pl/). I have pasted the code you shared in Appearance>BeTheme Options>Layout>Custom CSS. Nothing has changed. I will be gratefull for any help.
#Top_bar .menu > li { padding: 10px 0; }
#Top_bar .menu > li a:after { display: none; }
#Top_bar #logo { height: 83px; width: 225px}
There's one more thing. When I scroll down the page, the logo gets vertically compressed. Shoud I add some more lines of code to CSS?
P.S. We work everyday day but in special days like "Christmas Eve" we work a little less for obvious reasons.
As you can see, the width stays the same, so it is not properly scaled.