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

    Hi there,

    I’ve used the css code below for one of my other websites with the enfold theme, but when I use the same code on another website there is no padding above the logo for the top header. And when I don’t use it the fixed header doesn’t show any logo at all (see link below).

    #top #header .logo img{
    padding:2% 0!important;
    }

    Regards, Sander

    #1021520

    Hey Sander,

    This CSS is applying on the page you linked to:

    #top #header .logo img {
        padding: 10% 0;
    }

    Removing that CSS does not remove the logo on my end.

    Best regards,
    Rikard

    #1022156

    Hi Rikard,

    You are right, that is not the problem. The problem is that when I scroll down the logo disappaers in the fixed header.

    Best regards,
    Sander

    #1022365

    Hi Sander,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1022705
    This reply has been marked as private.
    #1023887

    Hi Sander,

    I commented out the code that you used, please try this code:

    
    #header .logo img {
        padding-top: 24px; 
    
    }
    #header.header-scrolled .logo img {
        padding-top: 0px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.