Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1217791

    Hi the secondary navbar on the top has a menu that is centred.
    This drops down to log in / log out functions
    when i reduce the screen or it is on mobile it disappears meaning people cant log in or log out. how do i remedy this so that it is responsive to changing screen sizes

    Thanks

    #1219470

    Hey,

    We are sorry for the late reply!

    I checked your website and it seems like you have moved login/logout links to your main menu and hid secondary menu on screeens below 1300px using following code

    @media only screen and (max-width: 1300px) {
    .menu-item {
        display: none;
    }}

    Have you figured it out already? If not, please add login/logout items to your secondary menu again so we can look into the issue :)

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.