[Resolved] Mobile header: add bottom border

Home Forums Support [Resolved] Mobile header: add bottom border

Home Forums Support Mobile header: add bottom border

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #951633
    Mike

    How do I add a bottom border to the mobile header, the same way it appears in the regular header with “Use navigation as header”?

    Thanks!

    #951771
    David
    Staff
    Customer Support

    Hi there,

    update your border CSS to include the mobile header like so:

    #site-navigation, #mobile-header {
        border-top: 1px solid rgba(0,0,0,.1);
        border-bottom: 1px solid rgba(0,0,0,.1);
    }
     
    #952125
    Mike

    Awesome. As usual. Thanks!

    #952129
    David
    Staff
    Customer Support

    You’re welcome

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