When using Superfish and Auto-Arrows are enabled, they appear behind the text rather than next to it (i.e. not enough padding on links)...

CommentFileSizeAuthor
#1 superfish_auto_arrows-1620126-1.patch611 bytesAnonymous (not verified)

Comments

Anonymous’s picture

Status: Active » Needs review
StatusFileSize
new611 bytes

Here's a patch to add extra padding to menuparents when auto-arrows are enabled.

colinmcm’s picture

Issue summary: View changes

Just worked out a solution to this problem myself by editing css.

use inspect element in your browser to identify the arrow

find: sites/all/libraries/superfish/superfish.css

edit line 58 - change the setting to 0.1em (or whatever looks best for you)

this changes the spacing/position of .sf-sub-indicator which apparently is the same as the arrow image file (which is in the images folder arrows-ffffff.png)

alpiniste’s picture

Thank you, colinmcm! It solved the problem I too have been experiencing, since I installed Supefish!
To clarify, the file is
/sites/all/libraries/superfish/css/superfish.css
the section is .sf-sub-indicator and the actual line is right: 0.75em; in the original.
It is line 58 in Superfish-for-Drupal-1.x branch, but a few lines below in the master as on 2014-11-03.

# I intended to just add a comment, but it may have affected a displaying status of the patch in the original post? Sorry, I don't understand, and it seems I can't redo or change it…