[Resolved] menu in navbar

Home Forums Support [Resolved] menu in navbar

Home Forums Support menu in navbar

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #909929
    Leo
    Staff
    Customer Support

    Remove this CSS:
    https://generatepress.com/forums/topic/menu-in-navbar/#post-909913

    Then replace:

    .custom-search {
        float: left;
        padding: 11px;
        width: 170px;
        position: absolute;
    }

    With

    .custom-search {
        padding: 11px;
        width: 170px;
        position: absolute;
        left: 0;
    }
    #909939
    asaf

    perfect, Thank you very much leo

    #909943
    Leo
    Staff
    Customer Support

    No problem 🙂

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.