• First of all, thank you for this beautiful theme.

    Currently, I am facing two important issues on my site.

    1. The submenu in the header location doesn’t show when I view my site on a mobile site. The down-arrow appears next to the top level menu, but whenever I tap on it, then click on the top-level menu is recorded instead of showing the sub-menus.

    2. When the user is logged out, the Reply button flows down into the bottom comment’s text. It looks really weird. The user can’t decide whether the reply option is for the upper comment or lower comment.

    Please fix these issues.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Emir

    (@enter5)

    Hey!

    It might be fixed with a new update I’m working on. Please be patient.

    Thread Starter a_usman

    (@a_usman)

    Thanks for the reply.

    Though I have temporarily fixed the Reply issue using this css rule.

    .comment-metadata {
    padding-bottom: 30px;
    }

    The menu issue is still there.

    I am looking forward to the new update.

    Theme Author Emir

    (@enter5)

    I’m using someone elses Navwalker for the menu (https://github.com/Poruno/Bulma-Navwalker), and it’s not supposed to do that.
    If you want to automatically show child items on mobile try something like this:

    @media screen and (max-width: 1088px) {
    .navbar-item .navbar-dropdown {
    display: block;
    }
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CSS Issues’ is closed to new replies.