Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1303871

    Hello, the first submenu on the top bar is off screen. How do we move it over? See on mobile: https://new.johnstonesbenefits.com/
    Thanks!
    Denise

    • This topic was modified 3 years, 9 months ago by denisechapman.
    #1304179

    Hi Denise,

    I checked your site on mobile, but I’m not sure if I can see the problem on my end. Could you post a screenshot highlighting it please?

    Best regards,
    Rikard

    #1305116

    Hello. go to https://new.johnstonesbenefits.com/ on mobile. The menu at the very top, click on Administrators. It is off the page to the left … how do I move it over so it stays on page?

    #1305315

    I really need this fixed. Client wants to go live with site but that does not look good.

    #1305316

    Ignore I fixed it with this code: Changed the left..

    #top .sub_menu li ul {
    display: none;
    position: absolute;
    width: 170px;
    padding: 10px 0;
    z-index: 101;
    box-shadow: 0 8px 15px rgba(0,0,0,0.1);
    left: -20%;
    margin: 0;
    border-style: solid;
    border-width: 1px;
    top: 19px;
    }

    #1305346

    Hi denisechapman,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Sub Menu of the Top Bar on Mobile Goes Off Screen’ is closed to new replies.