-
AuthorPosts
-
October 21, 2013 at 9:04 pm #178633
Hey guys,
I previously had it to where my logo & menu would not resize when scrolling the website using the code in my Quick CSS you supplied. After the update, this is broken, and the logo now resizes while the menu still does not.
Website: http://goo.gl/jGUCw
Screenshot: http://i.imgur.com/zlVs7Sv.pngNote: I saw this same issue in another thread, but I tried all the mentioned fixes and they did not work for me: https://kriesi.at/support/topic/disable-logo-resizing-when-page-scrolls-on-v2-4/
October 22, 2013 at 12:37 am #178755Hi tmunz!
Cannot connect to your website. Please make sure that you have posted correct link again
Best regards,
YigitOctober 22, 2013 at 2:46 pm #179095Hi Yigit,
The link is correct. Perhaps there was a second of downtime when you tried.
October 23, 2013 at 2:14 am #179342Hey!
You have a css code that is preventing the header to resize when scrolled:
#header_main .container, .main_menu ul:first-child > li > a { height: 85px !important; line-height: 85px !important; }
Remove it.
Cheers!
IsmaelOctober 23, 2013 at 2:42 pm #179689Hi Ismael,
That is correct. I would like to make it so my logo and header do not re-size, like I had it before the update broke it.
October 23, 2013 at 2:48 pm #179690Hi!
Please add following code to Quick CSS and adjust as desired
.logo img { min-height: 85px !important; } .logo > a { max-height: 85px!important; }
I still cannot connect to your website for some reason so could not check logo height
Cheers!
YigitOctober 23, 2013 at 2:55 pm #179696Hi Yigit,
Thanks for the quick response. Unfortunately, when I used the code and set my logo height (45px), it cuts the logo in half, and still re-sizes the logo when scrolling. When using your code with 85px as you supplied it, the logo does not re-size and is not cut in half, but is much too large.
October 23, 2013 at 2:58 pm #179698Hi!
Can you post the link to your website directly? You can check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button to post it privately
Best regards,
YigitOctober 23, 2013 at 3:00 pm #179701This reply has been marked as private.October 23, 2013 at 3:11 pm #179707Hi!
I still cannot connect to your website :/ But please try following code
.logo img { min-height: 45px !important; } .logo > a { max-height: 45px!important; }
Cheers!
YigitOctober 23, 2013 at 3:15 pm #179710Hey Yigit,
That’s strange, I’m on it now and have not heard of anyone having issues accessing the site before.
I tried that code and it led to the same issue with the logo being cut in-half, and still re-sizing on scroll.
Thanks,
TomOctober 24, 2013 at 3:22 pm #180252 -
AuthorPosts
- The topic ‘Logo Re-sizing Issues v2.4’ is closed to new replies.