• Resolved sms12

    (@sms12)


    Hi again,
    Is there a way to move the menu bar down just slightly so it is inline with the title / logo. Only ways I could find was to move it around objects, or to edit the .php files. I am looking for custom css for this, if possible.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • You may be able to target it with the following CSS

    .site-header-wrapper .main-navigation {
      margin-top: 30px;
    }

    Not a guarantee though and you may need to adjust the 30px value

    Thread Starter sms12

    (@sms12)

    @jarretc thanks, it worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Move menu down slightly’ is closed to new replies.