Jump to content

Last tab of the top menu is pushed down to next line


Recommended Posts

Hi guys,

I have just checked my website on safari, firefox and iphone and I noticed that the last tab of the top menu is pushed down to the next line while it works fine on chrome(chrome is my main browser, that's why I didn't notice till now). What can I do to make it looks right on all the three browsers and mobile phone?

post-551335-0-82909100-1373065044_thumb.png

Link to comment
Share on other sites

it's because there is no place for this item:

JNfwYsW.png

 

unfortunately the only wach to achieve what you want is modification of css styles (for example font size or padding for items)

 

change the padding value from 0px 30px to: 0px 25px; in the: /modules/prestaloveeasymenu/css/prestaloveeasymenu.css line 44

 

.sf-menu a {
padding: 0px 25px;
line-height: 36px;
color: #eee;
text-shadow: -1px -1px 2px #333333;
font-weight: bold;
font-size: 110%;
font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}

 

effect:

7j74A7e.png

Link to comment
Share on other sites

Hi vekia. Thanks for your time. I've just tried your solution, it works perfectly on firefox or maybe safari too(if I restart my pc). But on my phone and chrome, this kind of problem happens (http://www.prestasho...n-the-top-menu/)

 

If you click or hover on the last tab, the color will change from light grey to dark grey. But noticeably, it isn't equivalent to the full size of the tab.

post-551335-0-98936500-1373412140_thumb.png

Link to comment
Share on other sites

Because I want the text to be bigger :unsure: but I tried to resize it back to 100% and the problem is still there. I don't know what exactly wrong with it. I don't think it has anything to do with the font size because the drop down menu is having the same problem as well :(

post-551335-0-53511500-1374024355_thumb.png

Link to comment
Share on other sites

×
×
  • Create New...