[Resolved] Header with Logo, Navigation and to the far right the cart icon

Home Forums Support [Resolved] Header with Logo, Navigation and to the far right the cart icon

Home Forums Support Header with Logo, Navigation and to the far right the cart icon

  • This topic has 3 replies, 2 voices, and was last updated 7 months ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2323469
    Notarmon

    Hi there,

    I was wondering how to create a header where the logo and navigation are aligned left and the cart icon to the right. When I try to set in the customizer, either the logo is right and navigation, incl. the cart icon, is left or the other way around.

    Maybe there is a way with elements or other tools to create a custom site header (not a page header)?

    Thanks for your help. Much appreciated.

    best regards
    Notarmon

    #2323779
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS to your site:

    @media(min-width: 769px) {
    
        .main-navigation,
        .inside-navigation {
            flex: 1;
            max-width: unset;
        }
    
        .main-nav {
            margin-right: auto;
            margin-left: 20px;
        }
    }
    #2324257
    Notarmon

    amazing, thanks a lot, David, works perfectly. This did the trick.
    Have a great day.

    #2324385
    David
    Staff
    Customer Support
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.