Get an access to all 94 items designed and developed by AS Designing team plus all the future items which will be released over the course of your club subscription. Price starting from $59.00
Regards, Jens
Please see 'Height' parameter under the Slider Options tab.
Regards, AS Team.
I meant the height of the letters not the complete height of the slider
Regards, Jens
It can be done by editing css only, please see '/templates/as002090/css/tmpl.default.css' file the following class (line 2222):
ul.sf-menu > li > a, ul.sf-menu > li > span {
font-size: 18px;
line-height: 70px;
color: #ffffff;
display: block;
padding: 35px 20px;
margin: 0px 2px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
font-weight: 300;
text-transform: lowercase;
}
Regards, AS Team.