Hi! I have the same problem as chipaila35. There is no space between the text and the edges of the menu button background and i can't increase font size.
martinkrikl
POSTED: 2015-02-21
Additional information to the last post: At the moment i have set menu font size to 19px, but i tried other settings that did not work too. The url of the site is proplast.nwn.at
AS Templates
POSTED: 2015-02-22
Hello MARTINKRIKL,
The font size you can change by editing 'templates/as002035/css/ext.asmenu.css' file the following class (line 105):
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
The font size you can change by editing 'templates/as002035/css/ext.asmenu.css' file the following class (line 105):
.navigation #as-menu ul.as-menu > li > a,
#as-menu ul.as-menu > li > span
{
color: #333;
display: block;
font-size: 14px;
font-weight: bold;
padding: 10px 25px;
text-align: center;
text-decoration: none;
text-transform: capitalize;
width: auto;
}
Regards, AS Team.