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?

dropdown menus padding-top css style
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: dropdown menus padding-top css style
#9312
dropdown menus padding-top css style 13 Years, 4 Months ago Karma: 0
Hi, I love your menus. I want to add a padding-top style to the text in the dropdown menus and can't seem to figure out which style it would be under. Help . thanks
The administrator has disabled public write access.
 
#9319
Re:dropdown menus padding-top css style 13 Years, 4 Months ago Karma: 747
Hello,

You can try the following CSS rule:

Code:


.ux-menu-container .ux-menu LI A
{
 padding-top: 15px
}



If it doesn't help, provide link to page where we can see menu on your site and screenshot where we can see what you wish to do.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#9329
Re:dropdown menus padding-top css style 13 Years, 4 Months ago Karma: 0
Thanks, but I had already tried that.

My Website link is

www.brushstroke.com/joomla/

If you look at the dropdowns, they have a vertical alignment at the top. I need to give them about 5px padding-top to bring them down. That is all. They are perfect otherwise.

Thanks so much.
The administrator has disabled public write access.
 
#9331
Re:dropdown menus padding-top css style 13 Years, 4 Months ago Karma: 747
Add the following CSS rule:

Code:


.ux-menu-container UL.ux-menu-sub LI a
{
 padding-top: 5px;
 height: 25px;
 line-height: 25px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#9341
Re:dropdown menus padding-top css style 13 Years, 4 Months ago Karma: 0
That worked great. Thanks
I love how easy it is to work with your menu.
Betsy
The administrator has disabled public write access.
 
Go to topPage: 1