Tagged: , , ,

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #178633
    #178755

    Hi tmunz!

    Cannot connect to your website. Please make sure that you have posted correct link again

    Best regards,
    Yigit

    #179095

    Hi Yigit,

    The link is correct. Perhaps there was a second of downtime when you tried.

    #179342

    Hey!

    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!
    Ismael

    #179689

    Hi 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.

    #179690

    Hi!

    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!
    Yigit

    #179696

    Hi 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.

    #179698

    Hi!

    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,
    Yigit

    #179701
    This reply has been marked as private.
    #179707

    Hi!

    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!
    Yigit

    #179710

    Hey 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,
    Tom

    #180252

    Hey!

    Ismael was able connect to your website i guess. So i tagged him in this thread, he would look into it :)

    Cheers!
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Logo Re-sizing Issues v2.4’ is closed to new replies.