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

    Hi is it possible to use a centered the logo on the website and instead of having the menu below the logo, having one menu on the left side and other on the right side of the centered logo?
    That would be just perfect for me.
    Regards

    #406080

    Hey druzes!

    There are no options for this but if you send us a link to your page and let us know which menu item you want to split it at then we can give you some CSS to use.

    Best regards,
    Elliott

    #406169
    This reply has been marked as private.
    #406624

    Hi!

    Try adding this to your custom CSS.

    .menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-top-level.menu-item-top-level-3 {
      margin-right: 140px;
    }
    strong.logo {
      left: 51.5% !important;
      top: 70px;
    }
    

    Cheers!
    Elliott

    #406667

    Hi, THANK YOU ;)
    That worked great !!
    Can you please how i set the logo dimension, once we scroll the page down?
    Regards

    #406975

    Hey!

    You can try this:

    .header-scrolled .logo img, .header-scrolled .logo a, .header-scrolled .logo {
    max-height: 70px !important;
    height: 70px;
    margin-top: -10px;
    overflow: visible;
    }

    Cheers!
    Ismael

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