Viewing 2 reply threads
  • Author
    Posts
    • #8798
      webbmary
      Participant

      Hi

      I’m using Overlay Menu WordPress Plugin here: http://91.189.44.127/~naturhalsan/

      But can you please help me why “ANN JÖNSSON” in the top doesn’t gets left align as all the others. Same thing with “Lärare”

      Then I want the border in the top, just to be under the “li” not “li a”. How is that possible to fix when the level 2-items is within “li”?

    • #8799
      webbmary
      Participant
    • #8800
      ThemeofWP
      Keymaster

      Hey you’ve used custom css a bit wrong usage please change it by this:

      .twp-overlay .twp-olmenu {
      margin: 5% auto !important;
      overflow: hidden;
      }

      also

      You need to add this for the border:

      .twp-overlay .twp-olmenu ul {
      margin: 0 5px;
      }

      .twp-overlay .twp-olmenu ul ul li {
      border-bottom: 1px solid #efefef;
      }

      I hope those will helps to you.

Viewing 2 reply threads
  • You must be logged in to reply to this topic.