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?

adjust height and width
(1 viewing) (1) Guest
Go to bottomPage: 1234
TOPIC: adjust height and width
#22242
adjust height and width 12 Years, 7 Months ago Karma: 0
how do i adjust my height and width to fit in my horizontal menu and my vertical menu and can you please explain and not just give me the code, thanks, i will be adding more menu items in the future




website
The administrator has disabled public write access.
 
#22244
Re:adjust height and width 12 Years, 7 Months ago Karma: 748
Hello,

Use the next CSS rules:

Code:


#navigation .ux-menu A.ux-menu-link-level-0
{
 line-height: 48px
}

#menu LI.ux-menu-item-level-0
{
 width: 180px !important;
}

#menu .ux-menu A.ux-menu-link-level-0
{
 line-height: 24px
}



PS: Information about menu HTML layout and CSS classes can be found here. It can be used to customize menu.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#22289
Re:adjust height and width 12 Years, 7 Months ago Karma: 0
Hi, i'm not really understanding what file to edit to adjust height and width? Can you elaborate?
The administrator has disabled public write access.
 
#22294
Re:adjust height and width 12 Years, 7 Months ago Karma: 748
Custom CSS rules can be added to "CSS Styles" parameter in module settings.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#22325
Re:adjust height and width 12 Years, 7 Months ago Karma: 0
I have tried to put the CSS to CSS form
on Module Manager, but still not working.

Here's my site : wwww.kapetaceh.com/v1
The administrator has disabled public write access.
 
#22327
Re:adjust height and width 12 Years, 7 Months ago Karma: 0
I'm having the same issue, i put the code, but it doesn't seem to change anything. In another post i asked about removing the border and that worked, it's in the same css area of the module admin. SO i now have ( set the width to 260 trying to get it wider than what you had there but either way nothign changes). Is the width setting per item, or overall width?

#navigation .ux-menu A.ux-menu-link-level-0
{
line-height: 48px
}

#menu LI.ux-menu-item-level-0
{
width: 260px !important;
}

#menu .ux-menu A.ux-menu-link-level-0
{
line-height: 24px
}

.ux-menu A.ux-menu-link-level-0
{
border-style: none !important;
}

(p.s. I also tried putting the width/height alone without the border one and still nothing) The site is at www.dorothyscloset.com/events/
Last Edit: 2011/12/02 17:13 By khadley.
The administrator has disabled public write access.
 
Go to topPage: 1234