how can I change font and the size in drop down menu?
AS Templates
POSTED: 2012-11-29
Hello CBSOLUTIONS,
You can do it by editing the template.css file, please find the following class and change the font size:
#header .row2 #topmenu ul.menu li a {
background-position: left top;
background-repeat: no-repeat;
border: medium none;
display: block;
font-size: 13px;
font-weight: normal;
height: 29px;
margin: 0;
outline-style: none;
padding: 11px 0 0;
position: relative;
text-decoration: none;
width: 140px;
}
for submenu:
#header .row2 #topmenu ul.menu ul li a {
border: medium none;
display: block;
height: 31px;
margin: 0 !important;
outline-style: none;
padding: 9px 0 0 !important;
text-align: center;
text-decoration: none;
width: 140px;
}
Regards, AS Team.
cbsolutions
POSTED: 2012-12-03
hello
how can I make the template fit to the page????I know it may not be responsive but I don't think that it should be a problem even in my desktop monitor or laptop
AS Templates
POSTED: 2012-12-03
Hello CBSOLUTIONS,
That is impossible with this template, it has fixed sizes.
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
You can do it by editing the template.css file, please find the following class and change the font size:
#header .row2 #topmenu ul.menu li a {
background-position: left top;
background-repeat: no-repeat;
border: medium none;
display: block;
font-size: 13px;
font-weight: normal;
height: 29px;
margin: 0;
outline-style: none;
padding: 11px 0 0;
position: relative;
text-decoration: none;
width: 140px;
}
for submenu:
#header .row2 #topmenu ul.menu ul li a {
border: medium none;
display: block;
height: 31px;
margin: 0 !important;
outline-style: none;
padding: 9px 0 0 !important;
text-align: center;
text-decoration: none;
width: 140px;
}
Regards, AS Team.
how can I make the template fit to the page????I know it may not be responsive but I don't think that it should be a problem even in my desktop monitor or laptop
That is impossible with this template, it has fixed sizes.
Regards, AS Team.