Hello,
how can I change the height of the Main Menu ( Decrease ) in Template 002058 ?
I also have the problem that the "Read more " button once in German and once in English appears. Is there a way to influence this?
Yours sincerely
Michael G. Mayer
AS Templates
POSTED: 2015-03-20
Hello MGMBALODI,
Can you please provide us with more information, as well links to the pages.
Regards, AS Team.
mgmbalodi
POSTED: 2015-03-24
The link to the page: www.balodi.net.
What other information do you need?
AS Templates
POSTED: 2015-03-24
Hello MGMBALODI,
The menu height you can change by editing '/templates/as002058/css/ext.asmenu.css' file the following classes:
You can easy determinate the file which should be changed and the css class by installing and using Mozilla or Opera Fireblug plugin:
https://getfirebug.com/
https://addons.opera.com/en/extensions/details/firebug-lite-button/
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
how can I change the height of the Main Menu ( Decrease ) in Template 002058 ?
I also have the problem that the "Read more " button once in German and once in English appears. Is there a way to influence this?
Yours sincerely
Michael G. Mayer
Can you please provide us with more information, as well links to the pages.
Regards, AS Team.
What other information do you need?
The menu height you can change by editing '/templates/as002058/css/ext.asmenu.css' file the following classes:
#as-menu {
background-color: #4a6b8b !important;
background-image: linear-gradient(to bottom, #4a6b8b, #294a69) !important;
min-height: 40px;
}
#as-menu ul.as-menu > li,
#as-menu ul.as-menu > li:hover
{
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
margin: 15px 1px;
padding: 0 35px;
width: auto;
}
You can easy determinate the file which should be changed and the css class by installing and using Mozilla or Opera Fireblug plugin:
https://getfirebug.com/
https://addons.opera.com/en/extensions/details/firebug-lite-button/
Regards, AS Team.