I’ve got a menu that follows the scroll and a javascript to make it happen but when it goes down the ul go all the way left. What am I missing in the javascript to keep it consistent to the bootstrap “container” class properties?
site is http://www.sntravel.co.uk/
Make that ul.slimenu (going off memory) text-align:center; by default.
Then on the fixed div class you add, change the CSS to make it 100% width (not 103%) and make it left:0; and not left:15px; or whatever was there.
Brilliant thanks Ryan This can be closed
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.