Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1077097

    Support,

    I have a logo that I have uploaded and cannot get the logo to center with the options in the Enfold theme control panel. I have tried uploading 3 different sizes of logos, adjusted logo height. Never had this issue with Enfold before. I even found a thread and used this css code.

    I just want to logo to be centered and the menu below it.

    Thank you,

    Dennis

    span.logo img {
    min-height: 250px !important;
    }
    .html_header_top.html_header_sticky #top #wrap_all #main {
    padding-top: 300px !important;
    }
    #header_main .av-logo-container {
    min-height: 250px !important;
    height: 250px !important;
    }

    #1078095

    Hey dennishjmiller,
    Sorry for the late reply, I added this css to your Quick CSS to center your logo:

    #header_main .av-logo-container .inner-container {
        display: flex !important; 
        justify-content: center !important; 
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

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