Jump to content

Front size in Top Horizontal Catergory


Recommended Posts

Thank you, It works after about 20 minutes of any changes being made, not sure why ittakes that long but tested this on a fresh install of Safari. For some reason changing the text size completely changes the whole style of the top bar.

 

2n6enx2.jpg

Link to comment
Share on other sites

This is your code for top menu links in yourdomain/themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css on line 60:

.sf-menu > li > a {
    border-bottom: 3px solid #e9e9e9;
    color: #484848;
    display: block;
    font: 600 18px/22px "Open Sans",sans-serif;
    padding: 17px 20px;
    text-transform: uppercase;
}

Font numbers means: 600= font weight, 18px= font size, 22px = line height

 

 

For hover you have this style on line 67:

.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.sfHoverForce > a {
    font-size: 15px;
}

Since you have smaller font size here, your fonts get smaller on hover.

You should make them same size.

 

Here is how it looks to me now in FF:

post-117341-0-39529800-1404168046_thumb.jpg

  • Like 1
Link to comment
Share on other sites

  • 3 weeks later...
×
×
  • Create New...