twitter-bootstrap typeahead RTL - wrong position

victoryellow

New Member
I'm using twitter-bootstrap typeahead to fetch data from the server and to display it as user types.the problem is that my site is RTL which makes the results box to be unaligned.On chrome the results box is aligned to the most right and on FF it shows on the left side of the input.i was trying to search for it and no solution seemed to work.This is the hardcoded style twitter-bootstrap applies:\[code\]<ul class="typeahead dropdown-menu dropdown-fixed" style="top: 191px; left: 849px; display: none;">\[/code\]any ideas how to align it properly?10x
 
Back
Top