• Resolved reivilob

    (@reivilob)


    Hi

    Seems that with last update, the vale for “Onepress-menu ul” in /wp-content/themes/onepress/style.css?ver=5.8.1 and this fix the witdh of menu

    .onepress-menu ul {
      min-width: 12em;
      width: 12em;
      border: 1px solid #e9e9e9;
      border-top: none;
    }

    The width is not dynamic with the content again …
    All our website using onepress are affected

    Regards
    OB

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author FameThemes

    (@famethemes)

    Hi,

    Thank you for your feedback.

    Please try to add this custom CSS code in Customizer > Additional CSS to fix this issue

    body .onepress-menu ul {
        width: auto;
    }
    Thread Starter reivilob

    (@reivilob)

    Thanks works fine, but probably should be modified in the default value for next updates …

    Best regards
    OB

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