Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Right align sub-items and extend border
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Right align sub-items and extend border
#11501
Right align sub-items and extend border 13 Years, 2 Months ago Karma: 0
I'm trying to get the sub-items on the menu to right-align with the right edge of the top-level item. Also I need the border/separator along the right side to be extended up above the top-level item. I've been working for hours but I can't figure out how to do it. I've attached a graphic of what I need the menu to look like showing what I'm looking to do. Any help would be greatly appreciated. Thanks.
The administrator has disabled public write access.
 
#11504
Re:Right align sub-items and extend border 13 Years, 2 Months ago Karma: 748
Hello,

Could you provide link to page where we can see the menu on your site?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#11531
Re:Right align sub-items and extend border 13 Years, 2 Months ago Karma: 0
I cannot give you a link to the site because the site is under development and the client insists on total anonymity until it is launced, but I've included an image showing three menu states. In reference to the image I attached to this message, what I need is the that the sub-items of the menu on mouse over when the menu drops down( Why US, Process, Promise, etc.) right-align to the right edge of the parent items (Why US,Insights, Services, Work) as shown in the image. I tried to modify the css file but I can't get it appear the way I need. Thanks for your help.
The administrator has disabled public write access.
 
#11532
Re:Right align sub-items and extend border 13 Years, 2 Months ago Karma: 748
It is hard to provide solution only by screenshot without viewing page styles. You can deploy fresh Joomla! installation and create fake menu that we can see it.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#12863
Re:Right align sub-items and extend border 13 Years, 1 Month ago Karma: 0
Okay. Here is another site that I'm also trying to do the same thing. Can it be done? Thanks.
Last Edit: 2011/03/28 18:17 By dino67.
The administrator has disabled public write access.
 
#12871
Re:Right align sub-items and extend border 13 Years, 1 Month ago Karma: 748
Hello,

The next CSS rule can be used that right align text of sub-menu items:

Code:


.ux-menu-sub LI A
{
 text-align: right;
}



but it can be aligned by bottom-right corner of main menu item.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12