Needs review
Project:
CTI Flex
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
7 Jun 2012 at 04:19 UTC
Updated:
16 May 2024 at 00:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedHere's a patch to add extra padding to menuparents when auto-arrows are enabled.
Comment #2
colinmcm commentedJust 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.cssedit line 58 - change the setting to 0.1em (or whatever looks best for you)
this changes the spacing/position of
.sf-sub-indicatorwhich apparently is the same as the arrow image file (which is in the images folderarrows-ffffff.png)Comment #3
alpinisteThank 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.cssthe section is
.sf-sub-indicatorand the actual line isright: 0.75em;in the original.It is line 58 in
Superfish-for-Drupal-1.xbranch, 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…