• I am wanting to place a border around my navigation menu. Is there a way to do this? I’d also like to get rid of the ‘ribbon’ look of the Adelle navigation menu. Thank you.

Viewing 1 replies (of 1 total)
  • Thread Starter goldlayercake

    (@goldlayercake)

    I added :

    /* .nav */
    .nav {position: inline; width: 970px; display: inline-block; border-top: 2px solid #c7c7c7; border-bottom: 2px solid #c7c7c7; padding: 0 25px; margin-top: -10px; clear: both; line-height: 1em; text-transform: uppercase;}

    which worked great, but now my mobile view is messed up.. is there a way to keep the mobile view from having a 970px width border?

Viewing 1 replies (of 1 total)
  • The topic ‘[THEME Adelle] – Add a border to Navigation Menu?’ is closed to new replies.