Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: Submenu - items. Blank space right side

Home Forums Older releases 1.0.x Submenu - items. Blank space right side Reply To: Submenu - items. Blank space right side

#3199
admin
Keymaster

There is a slight issue with the .sm-simple theme – in vertical mode it reserves space on the right side of the item for a sub menu indicator (inherited in the CSS from the horizontal setting) – this should be fixed soon.

Anyway, you would need to edit these rules in “sm-simple.css”:

  .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    padding: 11px 20px;
    color: #555555;
  }

  /* ... */

  .sm-simple a.has-submenu {
    padding-right: 32px;
  }