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.

Submenu - items. Blank space right side

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3181
    konne
    Participant

    Simple Vertical version.

    The submenu-items all have a blank unused space of about 30-40 pixels on their right side (measured from the longest text in each submenu).

    Which selector should I modify to reduce this space to say 5 pixels?

    #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;
      }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘1.0.x’ is closed to new topics and replies.