Viewing 4 replies - 1 through 4 (of 4 total)
  • Go to your themes style sheet
    and on line 82 edit following
    #access div {
    margin: 0 7.6%;}

    to

    #access div {
    margin: 0 auto;}

    Since you are using a Child Theme, you should copy the the above to your child theme stylesheet and make the changes there. To reduce the space between the items, copy this and change the padding according to the spacing you want:

    #access a {
       padding: 0 1.2125em;
    }

    Thread Starter MaryJo Moore

    (@mooredesign)

    Thanks! I used both of your suggestions and they both worked perfectly.

    kindly set the thread to resolved

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Get nag bar on one line’ is closed to new replies.