1. papermakeit
  2. Commercial Templates
  3. Tuesday, 01 October 2013
  4.  Subscribe via email
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
Accepted Answer Pending Moderation
0
Votes
Undo
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...


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
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
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
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
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


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
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
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
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
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
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
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...


#subMenusContainer ul {
min-width: 125px !important;
width: 125px !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Perfect! Nothing more... :)

It will not be the only one but the room should be enough for next sub menus.

Many thanks,
Claudio
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,

how can I get rid of the upper part of submenus?

Many thanks,
Claudio
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Claudio

Try adding the following to the Custom CSS field of your templates parameters...


#subMenusContainer ul, #subMenusContainer ol {
padding-top: 0;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 9
Accepted Answer Pending Moderation
0
Votes
Undo
Yes! It worked as expected!

Many thanks,
Claudio
  1. more than a month ago
  2. Commercial Templates
  3. # 10
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok