[Resolved] Menu border – cart and search icons

Home Forums Support [Resolved] Menu border – cart and search icons

Home Forums Support Menu border – cart and search icons

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1559248
    Rene Nekuda

    Hello, I have set up borders to my menu in the GP Pro settings, but these lines are not included for auto-generated icons for cart and search. Please, can you help me to make it for all items in my menu? Thank you very much!

    Screenshot: https://renenekuda.d.pr/3hweRt

    Rene

    #1559789
    Elvin
    Staff
    Customer Support

    Hi,

    This issue happens because the menu items and the menu bar items are 2 completely different sets and the border is only applied to the primary menu.

    That said, try this CSS:

    @media(min-width:769px){
    .inside-navigation.grid-container {
        border-top: 2px solid #eee;
        border-bottom: 2px solid #eee;
        max-width: 1280px;
        width: fit-content;
        padding: 0 0 !important;
    }
    }
    
    @media(max-width:768px){
    .inside-navigation.grid-container {
        width: 100%;
    }
    }
    #1559833
    Rene Nekuda

    Elvin, thank you very much, it is workig! 🙂

    #1559854
    Elvin
    Staff
    Customer Support

    No problem. Glad its working for you. 🙂

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