Site logo

Archived topic

Mobile header: add bottom border

3 replies · Started by Mike on July 7, 2019

Viewing posts 1–4 of 4

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!

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);
}
 

Awesome. As usual. Thanks!

You're welcome

This archived topic is closed to new replies.