Jump to content

Horizontal top menu - text in 2 rows


Recommended Posts

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

change paddings or font size (18px/22px)

file: http://ochilarka.com/themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css (line ~60)

 

 

effect with code like:

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

4mKuplC.png

Link to comment
Share on other sites

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

change paddings or font size (18px/22px)

file: http://ochilarka.com/themes/default-bootstrap/css/modules/blocktopmenu/css/superfish-modified.css (line ~60)

 

 

effect with code like:

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

4mKuplC.png

 

 

Thank you! 

I need the text to be in more than one row. Do you any solution for this problem? The names of the categories are too long for one row.

Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...