mojtabam Posted May 12, 2014 Share Posted May 12, 2014 Hi, Does anybody know how can I make the default top menu in prestashop 1.5 right to left? My website is www.kado2iran.com Thank you very much, Mojtaba Link to comment Share on other sites More sharing options...
vekia Posted May 12, 2014 Share Posted May 12, 2014 open module file: superfish-modified.css line 33 change .sf-menu li { float: left; position: relative; border-right: 1px solid #777; } to: .sf-menu li { float: right; position: relative; border-right: 1px solid #777; } i changed float:left; to float:right; Link to comment Share on other sites More sharing options...
mojtabam Posted May 12, 2014 Author Share Posted May 12, 2014 Thank you very much for your answer. Two problems: 1. when moving home to the right, sub-menus are missed (they are opening to the right side instead of left side) 2. search must be moved to the left side. Thank you very much, Link to comment Share on other sites More sharing options...
vekia Posted May 12, 2014 Share Posted May 12, 2014 to move search block to left hand side, use this code: .sf-search { float:left!important; } Link to comment Share on other sites More sharing options...
mojtabam Posted May 12, 2014 Author Share Posted May 12, 2014 What about the sub-menus? Link to comment Share on other sites More sharing options...
vekia Posted May 12, 2014 Share Posted May 12, 2014 im trying to figure it out Link to comment Share on other sites More sharing options...
mojtabam Posted May 12, 2014 Author Share Posted May 12, 2014 Thanks a million! Link to comment Share on other sites More sharing options...
mojtabam Posted June 1, 2014 Author Share Posted June 1, 2014 +1 Link to comment Share on other sites More sharing options...
mojtabam Posted June 11, 2014 Author Share Posted June 11, 2014 +1 Link to comment Share on other sites More sharing options...
Recommended Posts