aegean Posted March 6, 2014 Share Posted March 6, 2014 Hello my webpage is aegeanimportexport.com. I have a problem with my Top Horizontal Menu. as you can see in the top horizontal menu the test aligns to the right part of the page, this creates multiple issues. What can I edit on my css to make the horizontal menu text align left? If you like I can copy paste my CSS code here. Link to comment Share on other sites More sharing options...
stottycabanas Posted March 6, 2014 Share Posted March 6, 2014 Hi aegean. Look in /themes/sharp/css/modules/blocktopmenu/css/superfish-modified.css. Around line 75, it looks like the following has been added: float: right; If you remove this, it should work. Cheers, Dave 1 Link to comment Share on other sites More sharing options...
aegean Posted March 6, 2014 Author Share Posted March 6, 2014 Hi aegean. Look in /themes/sharp/css/modules/blocktopmenu/css/superfish-modified.css. Around line 75, it looks like the following has been added: float: right; If you remove this, it should work. Cheers, Dave Hello, I found two instances of float: right;, changed both but absolutely no effect. are you sure that the correct path is:/themes/sharp/css/modules/blocktopmenu/css/superfish-modified.css. ? because their is another css/superfish-modified.css in the general module folder... Link to comment Share on other sites More sharing options...
tdr170 Posted March 6, 2014 Share Posted March 6, 2014 Change line 75 to float:left and the test will align left, I just looked changed the code and the menu was on left. You may need to force a recompile by using ctrl+f5 in your browser. Yes that is the correct path you have listed above. 1 Link to comment Share on other sites More sharing options...
aegean Posted March 6, 2014 Author Share Posted March 6, 2014 Change line 75 to float:left and the test will align left, I just looked changed the code and the menu was on left. You may need to force a recompile by using ctrl+f5 in your browser. Yes that is the correct path you have listed above. Thanks that fixed it. I have two more questions for my top menu,. Please help if you can. The first is how I can increase the font size in my top horizontal menu so that letters become bigger? The second is, if I add many items to my Top Menu then the text starts to fall on the blue background, how can I push the beggining of the blue background lower? Link to comment Share on other sites More sharing options...
tdr170 Posted March 6, 2014 Share Posted March 6, 2014 Change the font size at line 91, for the other this is normal behavior for the top menu if you move the blue down you will end up with a large blank area that just does not look good. 1 Link to comment Share on other sites More sharing options...
aegean Posted March 6, 2014 Author Share Posted March 6, 2014 Change the font size at line 91, for the other this is normal behavior for the top menu if you move the blue down you will end up with a large blank area that just does not look good. Thank you very much, I was trying to solve this for 2 weeks! Link to comment Share on other sites More sharing options...
Recommended Posts