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?

Menu loses formatting in position1(beez5 template)
(1 viewing) (1) Guest
Go to bottomPage: 12345
TOPIC: Menu loses formatting in position1(beez5 template)
#15233
Re:Menu loses formatting in position1(beez5 template) 12 Years, 11 Months ago Karma: 0
Ah, you guys are the best. Last two questions.

1. Is there a way to get rid of this space on the right hand side?

2. What is the CSS to center align the text?

Thanks so much for all your help!

The administrator has disabled public write access.
 
#15235
Re:Menu loses formatting in position1(beez5 template) 12 Years, 11 Months ago Karma: 747
1. No.

2. Add the next CSS rules:

Code:


#header .yui-skin-sam ul li a.yuimenubaritemlabel {
 padding-right: 10px !important;
}

body #header .yui-skin-sam ul li a.yuimenubaritemlabel-hassubmenu {
 padding-right: 20px !important;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#20123
Re:Menu loses formatting in position1(beez5 template) 12 Years, 6 Months ago Karma: 0
I am looking to center the ari-soft in the following menu-position-1 beez5 joomla 1.6.4
prospectmarketing.com/rwm/

even better would be to fill the white space 1050px
Last Edit: 2011/09/29 13:16 By robertf.
The administrator has disabled public write access.
 
#20125
Re:Menu loses formatting in position1(beez5 template) 12 Years, 6 Months ago Karma: 747
Try to use the next CSS rules:

Code:


#ariext92_container
{
 text-align: center !important;
}

body UL#ariext92
{
 position: relative;
 display: inline-block;
 width: auto;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#20126
Re:Menu loses formatting in position1(beez5 template) 12 Years, 6 Months ago Karma: 0
which css file and where?
The administrator has disabled public write access.
 
#20127
Re:Menu loses formatting in position1(beez5 template) 12 Years, 6 Months ago Karma: 747
For example add it to "CSS Styles" parameter in module settings.

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