Title: CSS Issues
Last modified: April 19, 2019

---

# CSS Issues

 *  [a_usman](https://wordpress.org/support/users/a_usman/)
 * (@a_usman)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/css-issues-47/)
 * 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](https://wordpress.org/support/users/enter5/)
 * (@enter5)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/css-issues-47/#post-11446374)
 * Hey!
 * It might be fixed with a new update I’m working on. Please be patient.
 *  Thread Starter [a_usman](https://wordpress.org/support/users/a_usman/)
 * (@a_usman)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/css-issues-47/#post-11446815)
 * 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](https://wordpress.org/support/users/enter5/)
 * (@enter5)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/css-issues-47/#post-11452987)
 * I’m using someone elses Navwalker for the menu ([https://github.com/Poruno/Bulma-Navwalker](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](https://wordpress.org/support/users/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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/beam/1.4.4/screenshot.png)
 * Beam
 * [Support Threads](https://wordpress.org/support/theme/beam/)
 * [Active Topics](https://wordpress.org/support/theme/beam/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/beam/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/beam/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 3 replies
 * 2 participants
 * Last reply from: [Emir](https://wordpress.org/support/users/enter5/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/css-issues-47/#post-11452987)
 * Status: not resolved