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

    Hi
    I have placed the following code into the customize CSS to enlarge the logo and move it to the left

    ..container.av-logo-container {
        margin-left: -390px;
        padding-left: 0;
        max-width: 100%;
    }
    .logo, .logo a {
    overflow: visible;
    }
    .logo img {
    max-height: 190px !important;
    }

    but it no longer shrinks when moving the page up. Can this be fixed??

    Regards
    Richard

    #1128620

    Hey Richard,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1128624
    This reply has been marked as private.
    #1128647

    Hi Richard,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top #header_main .logo img {
        max-height: 190px !important;
    }
    #top .header-scrolled.header-scrolled-full #header_main .logo img,
    #top .header-scrolled #header_main .logo img {
        max-height: 90px !important;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1128759

    Hi Victoria
    That worked perfectly…thank you
    Regards
    Richard

    #1128800

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Shrinking header’ is closed to new replies.