Hi,
I'm having problems with the drop down menu which file should I edit to increase the width of the sub menus?
Another thing is, I have v3 of the template, I don't want to upgrade it to the new version, but I would like to use the new 2 color heading of "our products" column (and other left/right columns) how can I do that with the old version of the template?
AS Templates
POSTED: 2012-11-13
Hello HAKANYEGEN,
You have to edit increase width in thetemplate.css file, in the following classes:
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
I'm having problems with the drop down menu which file should I edit to increase the width of the sub menus?
Another thing is, I have v3 of the template, I don't want to upgrade it to the new version, but I would like to use the new 2 color heading of "our products" column (and other left/right columns) how can I do that with the old version of the template?
You have to edit increase width in thetemplate.css file, in the following classes:
#header #topmenu ul.menu ul {
display: none;
margin: 0 !important;
padding: 0 !important;
position: absolute !important;
top: 60px;
width: 183px;
z-index: 40 !important;
}
#header #topmenu ul.menu ul li {
height: 35px;
width: 183px;
}
Regarding the second question, the version 3 doesn't have such option, it is available in the latest version only.
Regards, AS Team.
It worked but I lost the border of the sub menus now how can I fix that?
Thank you for your help
Add the following style in the #header #topmenu ul.menu ul class:
border: 1px solid #000000;
Regards, AS Team.