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

    Hey guys,

    I recently tried to center the Logo + move the menu to the right side by using the following code (https://kriesi.at/support/topic/split-menu-logo-in-the-middle-of-the-menu-is-this-possible-and-if-yes-how/):

    @media only screen and (min-width: 780px) {
    #top #header .av-main-nav li:nth-child(1) {
    	/* Adjust the width of the logo */
        margin-right:300px;
    }
    
    #header .main_menu {
        /*background: gold;*/
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .av-main-nav-wrap {
        left: 50%;
        transform: translateX(-50%);
    }
    
    #header .logo {
        left: 50%;
        transform: translateX(-70%);
    }
    
    #header .logo img {    
        top: 50%;
        transform: translateY(-50%);
        max-width: 400px;  
    }
    }

    The logo seems to be fine but the menu stays in the middle and is still a bit buggy. Any suggestions?

    Greetings

    #1186433

    Hey zonkbros,

    The website did not load on my end. How can we check it?

    Best regards,
    Victoria

    #1187393

    Hey Victoria,

    the website should load normally? Can you please check again or send me a screenshot of the issue?

    #1187413

    Hi,

    I’m seeing the hamburger menu on the right. Can you screenshot an image so I can get an idea of what you’re looking for?

    Best regards,
    Jordan Shannon

    #1187715

    Hey Jordan,

    the menu should look something like in the attached picture.

    Best

    • This reply was modified 4 years, 7 months ago by zonkbros.
    #1187774

    Hi,

    Add this to quick css:

    
    #header.av_header_transparency .logo{
        margin: 0!important;
        position: absolute!important;
        top: 10%!important;
        left: 40%!important;
        -ms-transform: translate(-50%, -50%)!important;
    }

    Best regards,
    Jordan Shannon

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