Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1412196
    #1412201

    Is there a page we can see?
    It would be easier to advise you if we could see the page.

    __________________

    the overflows are important to set – as you do it.
    but on the image ( svg ) you had to calculate the max-height and height – and it is important to set the height in relative values.
    so have a look what is the starting height of your header: f.e. 100px
    but you like to have the logo at 150px. ( this should be the max-height) – 150px are 150% of the start height – that will be your height definition:
    If you set it as relative value it will follow the shrinking of your header.

    .logo img {
      height: 150%;
      max-height: 150px !important;
    }
    #1412210

    Thanks so much Günni, I will email you the credentials and you are welcome to change anything in the settings, its just a staging environment so you cant break anything that is live.

    It is kind of what I am thinking just that the transparent logo is different on the homepage.

    • This reply was modified 1 year, 4 months ago by webdesignphx.
    #1412225

    Hi,
    Glad to hear Guenni007 is going to help you, Guenni007 has more experience with SVG than I do, for your other pages where the logo is very small after scrolling perhps this css will help:

    #top:not(.home) #header.header-scrolled .logo a svg,
    #top:not(.home) #header.header-scrolled .logo a,
    #top:not(.home) #header.header-scrolled .logo {
    	padding: 0;
    	max-height: 50px !important;
    	height: 50px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1412256

    Thank you so much for helping Mike and Guenni. Guenni is a CSS / SVG magician! He made the text of the logo fly from under the logo image to the side. It looks so cool. Here is the website link I will put the changes on: https://mgsportsplex.com. It’ll probably be live in a couple of days – so hang tight before clicking the link. I just wanted you to be able to close the support for this if you like.
    Tina

    #1412261

    Hi,
    Glad Guenni007 could help, thank you Guenni007, we will close as you said, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘css help for transparency overflowing logo to scrolling header logo w min size’ is closed to new replies.