Dear Ciaran,
today three questions:
1) I attached a pic of my menu. As you see it goes over the site borders. Is it a right behaviour or something happened? Can i move the sub menu to the left?
2) I would like to fine move the sub menu to be a little bit lower so to come out just below the dark grey line and not over the plain light grey like now. How can I do?
3) What is the class to change the color of the line between two items? The line is white and the background is a very light grey...
Test site: http://www.new2.papermakeit.com
Many thanks,
Claudio
- papermakeit
-
- Commercial Templates
- Tuesday, 01 October 2013
- Subscribe via email
Hello
1. Sorry to say It would not be possible to adjust where the dropdown appears without effecting the rest of the menu items.
2. In your templates dropdown.js (../templates/j51_arkadia/js/dropdown.js) locate the following and edit to your own taste...
3. Your submenu items for your dropdown menus use the following CSS which you can repeat in your templates Custom CSS field and edit to your own taste...
Ciarán
1. Sorry to say It would not be possible to adjust where the dropdown appears without effecting the rest of the menu items.
2. In your templates dropdown.js (../templates/j51_arkadia/js/dropdown.js) locate the following and edit to your own taste...
tweakInitial:{x:0,y:0}
3. Your submenu items for your dropdown menus use the following CSS which you can repeat in your templates Custom CSS field and edit to your own taste...
#subMenusContainer a {
background: url("../images/sep2.png") repeat-x scroll 50% 100% rgba(0, 0, 0, 0);
color: #888888;
font-size: 14px;
padding: 9px 25px 9px 15px;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 1
Hi Ciaran,
SubMenu moved down, changed the colors.
To solve point 1, can I set in some way the width so to align it to the border? Also the other item would be affected but never mind.
Many Thanks,
Claudio
SubMenu moved down, changed the colors.
To solve point 1, can I set in some way the width so to align it to the border? Also the other item would be affected but never mind.
Many Thanks,
Claudio
- more than a month ago
- Commercial Templates
- # 2
Possibly... would you have a URL to an example fo this dropdown?
You can also try using the same code in the templates dropdown.js
Editing the x value will alter where the dropdown will appear horizontally. Note this can also take minus values.
Ciarán
You can also try using the same code in the templates dropdown.js
tweakInitial:{x:0,y:0}
Editing the x value will alter where the dropdown will appear horizontally. Note this can also take minus values.
Ciarán
- more than a month ago
- Commercial Templates
- # 3
To see the dropdown menu you need to log in.
new2.papermakeit.com
I don't need to translate horizontally the submenu. I need to have it shorter. x initial = 0 and x final= 50 for exmple.
Thanks Claudio
new2.papermakeit.com
I don't need to translate horizontally the submenu. I need to have it shorter. x initial = 0 and x final= 50 for exmple.
Thanks Claudio
- more than a month ago
- Commercial Templates
- # 4
You can send login details to info@joomla51.com and we will see what is possible regarding reducing the width of the dropdown.
Ciarán
Ciarán
- more than a month ago
- Commercial Templates
- # 5
Thank you
As this is your only dropdown menu you can set the width by adding the following to he Custom CSS field of your templates parameters...
Ciarán
As this is your only dropdown menu you can set the width by adding the following to he Custom CSS field of your templates parameters...
#subMenusContainer ul {
min-width: 125px !important;
width: 125px !important;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 6
Perfect! Nothing more... 
It will not be the only one but the room should be enough for next sub menus.
Many thanks,
Claudio

It will not be the only one but the room should be enough for next sub menus.
Many thanks,
Claudio
- more than a month ago
- Commercial Templates
- # 7
Hi Claudio
Try adding the following to the Custom CSS field of your templates parameters...
Ciarán
Try adding the following to the Custom CSS field of your templates parameters...
#subMenusContainer ul, #subMenusContainer ol {
padding-top: 0;
}
Ciarán
- more than a month ago
- Commercial Templates
- # 9
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »