Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #991891

    Hello,

    I’ve found the way on your support answers to center my header logo with a left – right menu. But I guess stg is wrong in the code and I don’t manage to fix it : the space between the logo and the first / last item ot the menu is not the same.
    Here is the code : the “pb” comes from the margin-right: 330px. Please find below the credentials and a print screen, I’d like 80px on the right too.
    Tx a lot guys for your help !
    Marine

     /*Centered menu*/
    .av-main-nav li:nth-child(3) {
        margin-right:330px;
    }
    #header_main_alternate {
        margin-top: -50px;
        z-index:9;
    }
    .logo {
    z-index:9999!important;    
    max-width:250px;
    }
    #992187

    Hey newki75,

    Please try adjusting the position of the logo a bit:

    .html_header_top.html_logo_center .logo {
        left: 49.5%;
    }

    Best regards,
    Rikard

    #992330

    Hey Rikard,

    This solution fixes the space issue but my logo is not centered in the page anymore. The same15px…
    I can wait to see if my client notices it ;-)
    Or do you have another idea?
    Tx
    Marine

    #992592

    Hi,

    Happy you got it short out!

    Best regards,
    Basilis

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