Skip to main content
Inspiring
July 27, 2017
Question

dropdown menu...

  • July 27, 2017
  • 1 reply
  • 357 views

Hi,

My navicon rolls out a dropdown menu at tablet view. I would like the solid color in the background, behind the menu links to span the screen from edge to edge with that background color so user's eye zeros in better on the menu vs. it being presented in a slim vertical presentation.

Not sure what property I need to add to get this effect? I tried margin: 0 auto;  - but that did nothing. (using Bootstrap)

Thank you!

    This topic has been closed for replies.

    1 reply

    John Waller
    Community Expert
    Community Expert
    July 27, 2017

    Got a link to the website?

    r_tistAuthor
    Inspiring
    July 28, 2017

    It's at local level for now. Here are the styles that target this drop down (from what I can see via testing):

    .nav{

    display: block;

    float:left;

    z-index:100;

    position:absolute;

    margin-top: 25px;

    }

    ul.nav { /*navicon menu dropdown styles*/

        list-style-type: none;

        margin: 0;

        padding: 0;

        overflow: hidden;

        font-family:'Arial', sans-serif;

         font-size: 14px;

    }