k_aviv Posted April 15, 2014 Share Posted April 15, 2014 Hi , how can i move the top menu to right side , Thanks Aviv Link to comment Share on other sites More sharing options...
dioniz Posted April 15, 2014 Share Posted April 15, 2014 Open yourtheme/css/modules/blocktopmenu/css/superfish-modified.css and find: .sf-menu > li { border-right: 1px solid #D6D4D4; float: left; margin-bottom: -3px; } change to: .sf-menu > li { border-right: 1px solid #D6D4D4; float: right; margin-bottom: -3px; } Link to comment Share on other sites More sharing options...
k_aviv Posted April 15, 2014 Author Share Posted April 15, 2014 Nothing Happen ? Link to comment Share on other sites More sharing options...
vekia Posted April 15, 2014 Share Posted April 15, 2014 refresh your website with ctrl+f5 if you will not see any change - then check CCC for css files under adv. preferences > performance tab, make sure that CCC for css is disabled Link to comment Share on other sites More sharing options...
k_aviv Posted April 15, 2014 Author Share Posted April 15, 2014 all disabled but the code is not exact like dioniz say . thats what i find version 1.6.0.6 .sf-menu > li { float: left; border-right: 1px solid #d6d4d4; margin-bottom: -3px; } @media (max-width: 767px) { .sf-menu > li { float: none; position: relative; border-right: none; } .sf-menu > li span { Link to comment Share on other sites More sharing options...
dioniz Posted April 15, 2014 Share Posted April 15, 2014 Just change first float: left; to float: right; and you'll be ok Link to comment Share on other sites More sharing options...
k_aviv Posted April 15, 2014 Author Share Posted April 15, 2014 Thanks !!! Link to comment Share on other sites More sharing options...
Recommended Posts