If i click on the "read more" button of the "Solutions" frame it doesn't Show the beginn of the "read more" content. My browser moves to the top and I have to scoll down and search the content within the page. Could you please adive me how to proceed, to solve this problem? Is it possible to move to the beginn of the Content after the "read more" break?
Is it possible to set the first character in the menu (position 1) as capital letter?
Thank you very much. Daniel Landgraf
AS Templates
POSTED: 2014-01-03
Hello DLANDGRAF,
In case to show the featured articles, or any other articles without extensions like slider you have to create a new menu with all this articles.
For capitalizing the menu items you have to edit ext.asmenu.css file,
please find the following class (line 21):
#as-menu ul.as-menu > li a,
#as-menu ul.as-menu > li > span
{
color: #FFFFFF !important;
display: block;
font-weight: normal;
letter-spacing: 1px;
line-height: 20px;
margin: 0;
padding: 0 5px;
}
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
If i click on the "read more" button of the "Solutions" frame it doesn't Show the beginn of the "read more" content. My browser moves to the top and I have to scoll down and search the content within the page. Could you please adive me how to proceed, to solve this problem? Is it possible to move to the beginn of the Content after the "read more" break?
Is it possible to set the first character in the menu (position 1) as capital letter?
Thank you very much. Daniel Landgraf
In case to show the featured articles, or any other articles without extensions like slider you have to create a new menu with all this articles.
For capitalizing the menu items you have to edit ext.asmenu.css file,
please find the following class (line 21):
#as-menu ul.as-menu > li a,
#as-menu ul.as-menu > li > span
{
color: #FFFFFF !important;
display: block;
font-weight: normal;
letter-spacing: 1px;
line-height: 20px;
margin: 0;
padding: 0 5px;
}
and add this property:
text-transform: capitalize
Regards, AS Team.